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

/libcore/ojluni/src/main/java/java/nio/
H A DByteBuffer.java194 public abstract class ByteBuffer class in inherits:Buffer,Comparable
196 implements Comparable<ByteBuffer> {
209 ByteBuffer(int mark, int pos, int lim, int cap, // package-private method in class:ByteBuffer
218 ByteBuffer(int mark, int pos, int lim, int cap) { // package-private method in class:ByteBuffer
235 public static ByteBuffer allocateDirect(int capacity) {
258 public static ByteBuffer allocate(int capacity) {
288 public static ByteBuffer wrap(byte[] array,
311 public static ByteBuffer wrap(byte[] array) {
333 public abstract ByteBuffer slice();
350 public abstract ByteBuffer duplicat
[all...]

Completed in 177 milliseconds