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

Diff of /classpath/java/nio/DirectByteBufferImpl.java

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

revision 1.3 by mkoch, Fri Jun 27 21:03:52 2003 UTC revision 1.4 by mkoch, Mon Jul 14 05:56:27 2003 UTC
# Line 45  class DirectByteBufferImpl extends ByteB Line 45  class DirectByteBufferImpl extends ByteB
45    RawData address;    RawData address;
46    private int offset;    private int offset;
47    private boolean readOnly;    private boolean readOnly;
48      
49    public DirectByteBufferImpl (RawData address, long len)    public DirectByteBufferImpl (RawData address, long len)
50    {    {
51      this (address, 0, (int) len, (int) len, 0, -1, false);      this (address, 0, (int) len, (int) len, 0, -1, false);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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