Interface | Description |
---|---|
IInputStream |
An interface for
InputStream . |
IOutputStream |
An interface for
OutputStream . |
IRandomAccessFile |
The interface of
RandomAccessFile . |
ISynchronizable |
A roles that allows to synchronize a resource with an underlying resource.
|
Class | Description |
---|---|
AdapterIInputStreamToInputStream |
An adapter for
IInputStream that extends InputStream . |
AdapterInputStreamToIInputStream |
An adapter for
InputStream that implements IInputStream . |
AdapterIOutputStreamToOutputStream |
An adapter for
IOutputStream that extends OutputStream . |
AdapterOutputStreamToIOutputStream |
An adapter for
OutputStream that implements IOutputStream . |
ByteBufferRandomAccessFile |
An implementation of
IRandomAccessFile based on a ByteBuffer . |
RandomAccessFileImpl |
The file implementation of
IRandomAccessFile . |