OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CharToByteBufferAdapter
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/java/nio/
CharToByteBufferAdapter.java
34
final class
CharToByteBufferAdapter
extends CharBuffer {
41
return new
CharToByteBufferAdapter
(slice);
44
private
CharToByteBufferAdapter
(ByteBuffer byteBuffer) {
53
CharToByteBufferAdapter
buf = new
CharToByteBufferAdapter
(byteBuffer.asReadOnlyBuffer());
79
CharToByteBufferAdapter
buf = new
CharToByteBufferAdapter
(bb);
177
CharBuffer result = new
CharToByteBufferAdapter
(bb);
BaseByteBuffer.java
31
return
CharToByteBufferAdapter
.asCharBuffer(this);
Completed in 289 milliseconds