Interface | Description |
---|---|
ReadableRemoteFile |
Class | Description |
---|---|
BeLeDataInputStream |
Big-endian little-endian data input stream, from which numbers in
both big- and little-endian representations can be read.
|
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.
|
MMapRandomAccessFile |
Use NIO MappedByteBuffer to implement a RandomAccessFile.
|
PositioningDataInputStream |
Similar to a DataInputStream that keeps track of position.
|
RandomAccessFile |
A buffered drop-in replacement for java.io.RandomAccessFile.
|
RemoteRandomAccessFile | |
Swap |
The Swap class provides static methods for swapping the bytes of chars,
shorts, ints, longs, floats, and doubles.
|
UncompressInputStream |
This class decompresses an input stream containing data compressed with
the unix "compress" utility (LZC, a LZW variant).
|