Searched defs:MappedByteBuffer (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/main/java/java/nio/ |
D | MappedByteBuffer.java | 73 public abstract class MappedByteBuffer class 99 MappedByteBuffer(int mark, int pos, int lim, int cap, // package-private in MappedByteBuffer() method in MappedByteBuffer 107 MappedByteBuffer(int mark, int pos, int lim, int cap, byte[] buf, int offset) { in MappedByteBuffer() method in MappedByteBuffer 114 MappedByteBuffer(int mark, int pos, int lim, int cap, // package-private in MappedByteBuffer() method in MappedByteBuffer 122 MappedByteBuffer(int mark, int pos, int lim, int cap) { // package-private in MappedByteBuffer() method in MappedByteBuffer
|
/libcore/ojluni/annotations/flagged_api/java/nio/ |
D | MappedByteBuffer.annotated.java | 31 public abstract class MappedByteBuffer extends java.nio.ByteBuffer { class 33 MappedByteBuffer(int mark, int pos, int lim, int cap) { throw new RuntimeException("Stub!"); } in MappedByteBuffer() method in MappedByteBuffer
|
/libcore/ojluni/src/test/java/nio/MappedByteBuffer/ |
D | ForceViews.java | 101 BiFunction<MappedByteBuffer,Segment,MappedByteBuffer> f) in test()
|