Searched defs:MappedByteBuffer (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/
H A DMappedByteBuffer.java67 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() {

Completed in 22 milliseconds