| Interface | Description |
|---|---|
| ISeekableStreamFactory |
Factory for creating
SeekableStreams based on URLs/paths. |
| UserPasswordInput |
| Class | Description |
|---|---|
| ByteArraySeekableStream |
Created by vadim on 23/03/2015.
|
| ReadableSeekableStreamByteChannel |
A class to wrap a
SeekableStream in a read-only SeekableByteChannel. |
| SeekableBufferedStream |
A wrapper class to provide buffered read access to a SeekableStream.
|
| SeekableFileStream | |
| SeekableFTPStream |
Unfortunately the seekable stream classes exist for both Tribble and Picard, and we need both.
|
| SeekableFTPStreamHelper | |
| SeekableHTTPStream | |
| SeekableMemoryStream | |
| SeekablePathStream |
An implementation of
SeekableStream for Path. |
| SeekableStream |
InputStream with random access support (seek).
|
| SeekableStreamFactory |
Singleton class for getting
SeekableStreams from URL/paths
Applications using this library can set their own factory |