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

/libcore/luni/src/main/java/java/nio/
H A DByteBuffer.java37 public abstract class ByteBuffer extends Buffer implements Comparable<ByteBuffer> { class in inherits:Buffer,Comparable
52 public static ByteBuffer allocate(int capacity) {
68 public static ByteBuffer allocateDirect(int capacity) {
85 public static ByteBuffer wrap(byte[] array) {
107 public static ByteBuffer wrap(byte[] array, int start, int byteCount) {
109 ByteBuffer buf = new ByteArrayBuffer(array);
115 ByteBuffer(int capacity, MemoryBlock block) { method in class:ByteBuffer
237 public abstract ByteBuffer asReadOnlyBuffer();
266 public abstract ByteBuffer compac
[all...]

Completed in 294 milliseconds