Home
last modified time | relevance | path

Searched defs:getByteBuffer (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/
DByteBuffered.java57 public ByteBuffer getByteBuffer() throws IOException; in getByteBuffer() method
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
DUTF16BECharsetDecoderTest.java68 protected ByteBuffer getByteBuffer() { in getByteBuffer() method in UTF16BECharsetDecoderTest
DUTF16LECharsetDecoderTest.java68 protected ByteBuffer getByteBuffer() { in getByteBuffer() method in UTF16LECharsetDecoderTest
DUTFCharsetDecoderTest.java68 protected ByteBuffer getByteBuffer() { in getByteBuffer() method in UTFCharsetDecoderTest
DUTF16CharsetDecoderTest.java47 protected ByteBuffer getByteBuffer() { in getByteBuffer() method in UTF16CharsetDecoderTest
DCharsetDecoderTest.java532 protected ByteBuffer getByteBuffer() { in getByteBuffer() method in CharsetDecoderTest
/libcore/ojluni/src/main/java/sun/misc/
DResource.java159 public ByteBuffer getByteBuffer() throws IOException { in getByteBuffer() method in Resource