Searched defs:ByteBufferChannel (Results 1 – 1 of 1) sorted by relevance
24 public class ByteBufferChannel implements SeekableByteChannel { class28 public ByteBufferChannel(byte[] bytes) { in ByteBufferChannel() method in ByteBufferChannel32 public ByteBufferChannel(byte[] bytes, int offset, int length) { in ByteBufferChannel() method in ByteBufferChannel36 public ByteBufferChannel(int capacity) { in ByteBufferChannel() method in ByteBufferChannel40 public ByteBufferChannel(ByteBuffer buffer) { in ByteBufferChannel() method in ByteBufferChannel