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

Diff of /classpath/java/nio/ShortBuffer.java

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

revision 1.13 by mkoch, Tue May 20 10:34:22 2003 UTC revision 1.14 by mkoch, Wed Jun 11 15:15:08 2003 UTC
# Line 47  public abstract class ShortBuffer extend Line 47  public abstract class ShortBuffer extend
47    int array_offset;    int array_offset;
48    short[] backing_buffer;    short[] backing_buffer;
49    
50    protected ShortBuffer (int capacity, int limit, int position, int mark)    ShortBuffer (int capacity, int limit, int position, int mark)
51    {    {
52      super (capacity, limit, position, mark);      super (capacity, limit, position, mark);
53      array_offset = 0;      array_offset = 0;

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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