See: Description
| Class | Description |
|---|---|
| DataByteArraySource |
A
DataSource implementation based on an array. |
| DataByteArraySwap |
A
DataSwap implementation which uses a byte array for storing the
data. |
| DataDigestConsumer |
A
DataConsumer which updates a MessageDigest. |
| DataFileSource |
A
DataSource implementation based on a file. |
| DataFileTarget |
A
DataTarget implementation based on a file. |
| DataStreamConsumer |
A
DataConsumer which writes the data into an OutputStream. |
| DataStreamProducer |
A
DataProducer which reads the data from an InputStream. |
| DataStreamSource |
A
DataSource implementation based on a stream. |
| DataStreamTarget |
A
DataTarget implementation based on a stream. |
| DataTempFileSwap |
A
DataSwap implementation which uses temporary files for storing the
data. |
| DelegateCloseHandler |
A
CloseHandler implementation which delegates the DelegateCloseHandler.closed()
method call to the Closeable.close() method of a Closeable
object. |
| FileMetaDataImpl |
A
FileMetaData implementation. |
| FileModeImpl |
A
FileMode implementation. |
| FileOwnerImpl |
A
FileOwner implementation. |
| UncloseableInputStream |
An
InputStream which can't be closed. |
| UncloseableOutputStream |
An
OutputStream which can't be closed. |
The implementation of the interfaces and abstract classes.
Copyright © 2015–2019. All rights reserved.