Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
> I want to write a program in java to read from a flatfile created in Delphi. > Is there any other way of doing it in java than (say) the readInt() method in RandomAccessFile, followed by readChar(), followed by readChar(), etc etc. Can I create a TItem_Rec class and read the file directly into that?
I could send an example if you want. regards richard Replies:
|
Sponsored Links
|