/[classpath]/classpath/java/io/RandomAccessFile.java
ViewVC logotype

Diff of /classpath/java/io/RandomAccessFile.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by mkoch, Mon Mar 24 13:48:01 2003 UTC revision 1.24 by mkoch, Tue Mar 25 12:37:03 2003 UTC
# Line 212  public class RandomAccessFile implements Line 212  public class RandomAccessFile implements
212     */     */
213    public long length () throws IOException    public long length () throws IOException
214    {    {
215      return fd.length();      return fd.getLength();
216    }    }
217    
218    /**    /**
# Line 225  public class RandomAccessFile implements Line 225  public class RandomAccessFile implements
225     */     */
226    public int read () throws IOException    public int read () throws IOException
227    {    {
228      return in.read();      return fd.read();
229    }    }
230    
231    /**    /**

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26