Package com.helger.web.fileupload.io
-
Class Summary 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.