| Class | Description |
|---|---|
| AbstractLimitedInputStream |
An input stream, which limits its data size.
|
| AbstractThresholdingOutputStream |
An output stream which triggers an event when a specified number of bytes of
data have been written to it.
|
| DeferredFileOutputStream |
An output stream which will retain data in memory until a specified threshold
is reached, and only then commit it to disk.
|
| FileUploadHelper |
Utility class for working with streams.
|
Copyright © 2014–2019 Philip Helger. All rights reserved.