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