H A D | MappedByteBuffer.java | 67 public abstract class MappedByteBuffer class in inherits:ByteBuffer 70 // This is a little bit backwards: By rights MappedByteBuffer should be a 81 MappedByteBuffer(int mark, int pos, int lim, int cap, // package-private method in class:MappedByteBuffer 87 MappedByteBuffer(int mark, int pos, int lim, int cap, byte[] buf, int offset) { method in class:MappedByteBuffer 92 MappedByteBuffer(int mark, int pos, int lim, int cap) { // package-private method in class:MappedByteBuffer 159 public final MappedByteBuffer load() { 203 public final MappedByteBuffer force() {
|