All Classes and Interfaces
Class
Description
Abstract
SeekableSource that provides base functionalities common to all the SeekableSources.Component providing methods to write to a
CountingWritableByteChannel.SeekableSource wrapping an existing one and providing buffered read.A byte array based
SeekableSource with a max size of 2GB.A
WritableByteChannel that keeps track of the number of written bytesWritableByteChannel that does nothing .A
SeekableSource implementation based on FileChannel.A
SeekableSource implementation based on MappedByteBuffer.A
SeekableSource that can be offsetted by a given number of bytesReadable source that provides random access capabilities.
This class consists of solely static methods to create the most appropriate
SeekableSource based on the given input or to bridge SeekableSources to the more
traditional InputStream or other standard I/O classes.Deprecated.
Component supplying per-thread copies of a
SeekableSource using the provided supplier.
Supplier