Class ShrinkWrapFileChannel

All Implemented Interfaces:
Closeable, AutoCloseable, ByteChannel, Channel, GatheringByteChannel, InterruptibleChannel, ReadableByteChannel, ScatteringByteChannel, SeekableByteChannel, WritableByteChannel

public class ShrinkWrapFileChannel extends FileChannel
FileChannel implementation. Implements only operations defined by SeekableByteChannel interface. Other operations throw UnsupportedOperationException.