/[classpath]/classpath/java/nio/MappedByteBuffer.java
ViewVC logotype

Diff of /classpath/java/nio/MappedByteBuffer.java

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

revision 1.11 by mkoch, Thu Apr 8 21:25:59 2004 UTC revision 1.11.2.1 by gnu_andrew, Sat Jan 15 17:01:57 2005 UTC
# Line 1  Line 1 
1  /* MappedByteBuffer.java --  /* MappedByteBuffer.java --
2     Copyright (C) 2002 Free Software Foundation, Inc.     Copyright (C) 2002, 2004  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 39  exception statement from your version. * Line 39  exception statement from your version. *
39  package java.nio;  package java.nio;
40    
41  /**  /**
42   * @author Michael Koch   * @author Michael Koch (konqueror@gmx.de)
43   * @since 1.4   * @since 1.4
44   */   */
45  public abstract class MappedByteBuffer extends ByteBuffer  public abstract class MappedByteBuffer extends ByteBuffer
# Line 85  public abstract class MappedByteBuffer e Line 85  public abstract class MappedByteBuffer e
85      forceImpl();      forceImpl();
86    }    }
87    
88    public void finalize () { unmapImpl(); }    public void finalize()
89        throws Throwable
90      {
91        unmapImpl();
92      }
93  }  }

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.11.2.1

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