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

Diff of /classpath/java/nio/ByteBuffer.java

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

revision 1.15 by mkoch, Tue May 20 10:34:22 2003 UTC revision 1.16 by mkoch, Wed Jun 11 15:15:08 2003 UTC
# Line 49  public abstract class ByteBuffer extends Line 49  public abstract class ByteBuffer extends
49    int array_offset;    int array_offset;
50    byte[] backing_buffer;    byte[] backing_buffer;
51    
52    protected ByteBuffer (int capacity, int limit, int position, int mark)    ByteBuffer (int capacity, int limit, int position, int mark)
53    {    {
54      super (capacity, limit, position, mark);      super (capacity, limit, position, mark);
55      array_offset = 0;      array_offset = 0;

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