Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/nio/
DMappedByteBuffer.java73 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/
DMappedByteBuffer.annotated.java31 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/
DForceViews.java101 BiFunction<MappedByteBuffer,Segment,MappedByteBuffer> f) in test()