请参阅: 说明
| 接口 | 说明 |
|---|---|
| Closeable |
Interface of an object, which may be closed.
|
| 类 | 说明 |
|---|---|
| DeferredFileOutputStream |
An output stream which will retain data in memory until a specified
threshold is reached, and only then commit it to disk.
|
| HeadersSet |
Default implementation of the
FileItemHeaders interface. |
| LimitedInputStream |
An input stream, which limits its data size.
|
| MimeUtility |
Utility class to decode MIME texts.
|
| Streams |
Utility class for working with streams.
|
| ThresholdingOutputStream |
An output stream which triggers an event when a specified number of bytes of
data have been written to it.
|