/[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.34 by mkoch, Thu Jun 26 19:52:43 2003 UTC revision 1.35 by mkoch, Fri Jun 27 21:03:52 2003 UTC
# Line 960  public class RandomAccessFile implements Line 960  public class RandomAccessFile implements
960     * A file channel must be created by first creating an instance of     * A file channel must be created by first creating an instance of
961     * Input/Output/RandomAccessFile and invoking the getChannel() method on it.     * Input/Output/RandomAccessFile and invoking the getChannel() method on it.
962     */     */
963    public synchronized FileChannel getChannel ()    public final synchronized FileChannel getChannel ()
964    {    {
965      if (ch == null)      if (ch == null)
966        ch = new FileChannelImpl (fd, true, this);        ch = new FileChannelImpl (fd, true, this);

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

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