Searched refs:ByteBufferAsCharBuffer (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/nio/
H A DByteBufferAsCharBuffer.java34 final class ByteBufferAsCharBuffer extends CharBuffer { class in inherits:CharBuffer
41 return new ByteBufferAsCharBuffer(slice);
44 private ByteBufferAsCharBuffer(ByteBuffer byteBuffer) { method in class:ByteBufferAsCharBuffer
52 ByteBufferAsCharBuffer buf = new ByteBufferAsCharBuffer(byteBuffer.asReadOnlyBuffer());
78 ByteBufferAsCharBuffer buf = new ByteBufferAsCharBuffer(bb);
173 CharBuffer result = new ByteBufferAsCharBuffer(bb);
H A DByteArrayBuffer.java413 return ByteBufferAsCharBuffer.asCharBuffer(this);
H A DDirectByteBuffer.java301 return ByteBufferAsCharBuffer.asCharBuffer(this);

Completed in 806 milliseconds