| Interface | Description |
|---|---|
| ReadableRemoteFile |
A remote file that can be read.
|
| Class | Description |
|---|---|
| InMemoryRandomAccessFile |
A RandomAccessFile stored entirely in memory as a byte array.
|
| InMemoryRandomAccessFile.Provider |
Hook for service provider interface RandomAccessFileProvider
|
| KMPMatch |
Knuth-Morris-Pratt Algorithm for Pattern Matching.
|
| PositioningDataInputStream |
Similar to a DataInputStream that keeps track of position.
|
| RandomAccessFile |
A drop-in replacement for java.io.RandomAccessFile with extensions.
|
| RemoteRandomAccessFile |
An abstract superclass for remote RandomAccessFile.
|
| UncompressInputStream |
This class decompresses an input stream containing data compressed with
the unix "compress" utility (LZC, a LZW variant).
|