Home
last modified time | relevance | path

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

/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DByteBufferChannel.java24 public class ByteBufferChannel implements SeekableByteChannel { class
28 public ByteBufferChannel(byte[] bytes) { in ByteBufferChannel() method in ByteBufferChannel
32 public ByteBufferChannel(byte[] bytes, int offset, int length) { in ByteBufferChannel() method in ByteBufferChannel
36 public ByteBufferChannel(int capacity) { in ByteBufferChannel() method in ByteBufferChannel
40 public ByteBufferChannel(ByteBuffer buffer) { in ByteBufferChannel() method in ByteBufferChannel