File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes I/O and Streams and the fly likes how can i find int value from the file.txt Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » I/O and Streams
Reply Bookmark "how can i find int value from the file.txt" Watch "how can i find int value from the file.txt" New topic
Author

how can i find int value from the file.txt

KishorDanicha
Greenhorn

Joined: Nov 07, 2001
Posts: 3
I want to about get the full record from my new file , which is creating with my programme.
I want to input morethan five records in my file with different record number like 45 23 98 02 25 , and i want to find record number and details of 23 number record form a file.txt, which had been created by my programme. please help me how can i goal.
Muhammad sibtain
Greenhorn

Joined: Aug 31, 2001
Posts: 17
Open your file as a RandomAccessFile and the use seek method along with this i think it will work
you must have to make a formula for seeking your record or send me your data file i will do it for you
Regards, Sibtain
 
 
subject: how can i find int value from the file.txt
 
Threads others viewed
write to a file in war
Reading Record by Rec Number
Design help with Search method for GUI
executing perl scripts from java
Updatin blob column in a table with file on my disk
IntelliJ Java IDE