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

Diff of /classpath/java/nio/MappedByteBufferImpl.java

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

revision 1.15 by mkoch, Thu Dec 30 10:20:11 2004 UTC revision 1.16 by mkoch, Fri Jan 7 18:48:19 2005 UTC
# Line 45  import java.io.IOException; Line 45  import java.io.IOException;
45  final class MappedByteBufferImpl extends MappedByteBuffer  final class MappedByteBufferImpl extends MappedByteBuffer
46  {  {
47    boolean readOnly;    boolean readOnly;
   RawData address;  
48    
49    /** Posix uses this for the pointer returned by mmap;    /** Posix uses this for the pointer returned by mmap;
50     * Win32 uses it for the pointer returned by MapViewOfFile. */     * Win32 uses it for the pointer returned by MapViewOfFile. */

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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