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

Diff of /classpath/java/nio/LongBufferImpl.java

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

revision 1.5 by robilad, Wed Jun 16 08:57:10 2004 UTC revision 1.6 by jfrijters, Mon Dec 27 14:35:30 2004 UTC
# Line 80  final class LongBufferImpl extends LongB Line 80  final class LongBufferImpl extends LongB
80        
81    public LongBuffer compact ()    public LongBuffer compact ()
82    {    {
83        checkIfReadOnly();
84        mark = -1;
85      int copied = 0;      int copied = 0;
86            
87      while (remaining () > 0)      while (remaining () > 0)

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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