org.apache.commons.fileupload.util |
Overview of the org.apache.commons.fileupload.util component
This package contains various IO related utility classes
or methods, which are basically reusable and not necessarily
restricted to the scope of a file upload.
|
Java Source File Name | Type | Comment |
Closeable.java | Interface | Interface of an object, which may be closed. |
FileItemHeadersImpl.java | Class | Default implementation of the
FileItemHeaders interface.
author: Michael C. |
LimitedInputStream.java | Class | An input stream, which limits its data size. |
Streams.java | Class | Utility class for working with streams. |