Home
last modified time | relevance | path

Searched defs:ByteBuffer (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/annotations/sdk/nullability/java/nio/
DByteBuffer.annotated.java31 public abstract class ByteBuffer extends java.nio.Buffer implements java.lang.Comparable<java.nio.B… class
33 ByteBuffer(int mark, int pos, int lim, int cap) { super(0, 0, 0, 0, 0); throw new RuntimeException(… in ByteBuffer() method in ByteBuffer
/libcore/ojluni/annotations/mmodule/java/nio/
DByteBuffer.annotated.java34 public abstract class ByteBuffer extends java.nio.Buffer implements java.lang.Comparable<java.nio.B… class
36 ByteBuffer(int mark, int pos, int lim, int cap) { super(0, 0, 0, 0, 0); throw new RuntimeException(… in ByteBuffer() method in ByteBuffer
/libcore/ojluni/annotations/hiddenapi/java/nio/
DByteBuffer.java34 public abstract class ByteBuffer extends java.nio.Buffer class
37 ByteBuffer(int mark, int pos, int lim, int cap, byte[] hb, int offset) { in ByteBuffer() method in ByteBuffer
42 ByteBuffer(int mark, int pos, int lim, int cap) { in ByteBuffer() method in ByteBuffer
/libcore/ojluni/src/main/java/java/nio/
DByteBuffer.java207 public abstract class ByteBuffer class
223 ByteBuffer(int mark, int pos, int lim, int cap, // package-private in ByteBuffer() method in ByteBuffer
234 ByteBuffer(int mark, int pos, int lim, int cap) { // package-private in ByteBuffer() method in ByteBuffer