Class SeekableInMemoryByteChannel

java.lang.Object
org.jboss.shrinkwrap.api.nio.file.SeekableInMemoryByteChannel
All Implemented Interfaces:
Closeable, AutoCloseable, ByteChannel, Channel, ReadableByteChannel, SeekableByteChannel, WritableByteChannel

public class SeekableInMemoryByteChannel extends Object implements SeekableByteChannel
SeekableByteChannel implementation backed by an auto-resizing byte array; thread-safe. Can hold a maxiumum of Integer.MAX_VALUE bytes.