/[classpath]/classpath/vm/reference/java/nio/VMDirectByteBuffer.java
ViewVC logotype

Diff of /classpath/vm/reference/java/nio/VMDirectByteBuffer.java

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

revision 1.4 by glavaux, Wed Aug 3 13:12:59 2005 UTC revision 1.5 by mark, Fri Aug 5 17:12:52 2005 UTC
# Line 50  final class VMDirectByteBuffer Line 50  final class VMDirectByteBuffer
50        {        {
51          System.loadLibrary("javanio");          System.loadLibrary("javanio");
52        }        }
   
     init();  
53    }    }
54    
   private static native void init();  
   
55    static native Pointer allocate (int capacity);    static native Pointer allocate (int capacity);
56    static native void free(Pointer address);    static native void free(Pointer address);
57    static native byte get(Pointer address, int index);    static native byte get(Pointer address, int index);

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

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