/[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.9 by mark, Tue Jan 22 22:26:59 2002 UTC revision 1.10 by mark, Fri Feb 15 15:04:23 2002 UTC
# Line 373  read(byte[] buf) throws IOException Line 373  read(byte[] buf) throws IOException
373  public int  public int
374  read(byte[] buf, int offset, int len) throws IOException  read(byte[] buf, int offset, int len) throws IOException
375  {  {
376    int rc = readInternal(native_fd, buf, 0, buf.length);    int rc = readInternal(native_fd, buf, offset, len);
377    if (rc == 0)    if (rc == 0)
378      return(-1);      return(-1);
379    else    else

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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