/[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.13 by mkoch, Mon May 19 08:36:27 2003 UTC revision 1.14 by mkoch, Mon May 19 09:05:12 2003 UTC
# Line 68  public abstract class ByteBuffer extends Line 68  public abstract class ByteBuffer extends
68     */     */
69    public static ByteBuffer allocateDirect (int capacity)    public static ByteBuffer allocateDirect (int capacity)
70    {    {
71      throw new Error ("direct buffers are not implemented");      return DirectByteBufferImpl.allocate (capacity);
72    }    }
73    
74    /**    /**

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