/[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.13 by jfrijters, Sun Nov 21 12:03:54 2004 UTC revision 1.14 by jfrijters, Mon Dec 27 14:35:30 2004 UTC
# Line 118  final class MappedByteBufferImpl extends Line 118  final class MappedByteBufferImpl extends
118    
119    public ByteBuffer compact()    public ByteBuffer compact()
120    {    {
121        checkIfReadOnly();
122        mark = -1;
123      int pos = position();      int pos = position();
124      if (pos > 0)      if (pos > 0)
125        {        {

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