/[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.41.2.2 by gnu_andrew, Sun Jan 16 02:14:48 2005 UTC revision 1.41.2.3 by gnu_andrew, Sat Feb 19 10:50:35 2005 UTC
# Line 1  Line 1 
1  /* RandomAccessFile.java -- Class supporting random file I/O  /* RandomAccessFile.java -- Class supporting random file I/O
2     Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 55  import java.nio.channels.FileChannel; Line 55  import java.nio.channels.FileChannel;
55   * <code>DataInput</code> and <code>DataOutput</code> interfaces to allow   * <code>DataInput</code> and <code>DataOutput</code> interfaces to allow
56   * the reading and writing of Java primitives.   * the reading and writing of Java primitives.
57   *   *
58   * @author Aaron M. Renn <arenn@urbanophile.com>   * @author Aaron M. Renn (arenn@urbanophile.com)
59   * @author Tom Tromey <tromey@cygnus.com>   * @author Tom Tromey (tromey@cygnus.com)
60   */   */
61  public class RandomAccessFile implements DataOutput, DataInput  public class RandomAccessFile implements DataOutput, DataInput
62  {  {

Legend:
Removed from v.1.41.2.2  
changed lines
  Added in v.1.41.2.3

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