| Interface | Description |
|---|---|
| Disposable |
A
Disposable is a destination of data that can be discarded. |
| StreamStorageFactory |
A factory for
StreamStorage. |
| Class | Description |
|---|---|
| DeferredFileStreamStorageFactory |
Factory for creating
FileStreamStorages. |
| FileStreamStorage |
A configurable
StreamStorage that:
Allows a a combination of memory and file to store the data. |
| NameAwarePurgableFileInputStream |
Extension of
FileInputStream that allows the file to be purged when NameAwarePurgableFileInputStream.close() is called. |
| StreamStorage |
Defines a storage that allows to store bytes and read them back.
|
Copyright © 2017. All rights reserved.