summaryrefslogtreecommitdiff
path: root/libjava/java/io/RandomAccessFile.java
Commit message (Collapse)AuthorAgeFilesLines
* RandomAccessFile.java (RandomAccessFile): Removed `FIXME' comment.Tom Tromey1999-05-101-5/+3
| | | | | | | | | * java/io/RandomAccessFile.java (RandomAccessFile): Removed `FIXME' comment. (readLine): Likewise. (readFully): Implemented. From-SVN: r26859
* Initial revisionTom Tromey1999-04-071-0/+249
From-SVN: r26263