Searched defs:getByteBuffer (Results 1 – 7 of 7) sorted by relevance
/libcore/ojluni/src/main/java/sun/nio/ | ||
D | ByteBuffered.java | 57 public ByteBuffer getByteBuffer() throws IOException; in getByteBuffer() method |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ | ||
D | UTF16BECharsetDecoderTest.java | 68 protected ByteBuffer getByteBuffer() { in getByteBuffer() method in UTF16BECharsetDecoderTest |
D | UTF16LECharsetDecoderTest.java | 68 protected ByteBuffer getByteBuffer() { in getByteBuffer() method in UTF16LECharsetDecoderTest |
D | UTFCharsetDecoderTest.java | 68 protected ByteBuffer getByteBuffer() { in getByteBuffer() method in UTFCharsetDecoderTest |
D | UTF16CharsetDecoderTest.java | 47 protected ByteBuffer getByteBuffer() { in getByteBuffer() method in UTF16CharsetDecoderTest |
D | CharsetDecoderTest.java | 532 protected ByteBuffer getByteBuffer() { in getByteBuffer() method in CharsetDecoderTest |
/libcore/ojluni/src/main/java/sun/misc/ | ||
D | Resource.java | 159 public ByteBuffer getByteBuffer() throws IOException { in getByteBuffer() method in Resource |