|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
Description
| Class Summary | |
| ByteArrayOutputStream | This class implements an output stream in which the data is written into a byte array. |
| DeferredFileOutputStream | An output stream which will retain data in memory until a specified threshold is reached, and only then commit it to disk. |
| FileCleaner | Keeps track of files awaiting deletion, and deletes them when an associated marker object is reclaimed by the garbage collector. |
| IOUtils | General IO Stream manipulation. |
| Streams | Utilities methods for working with input and output streams. |
| ThresholdingOutputStream | An output stream which triggers an event when a specified number of bytes of data have been written to it. |
Input/Output utilities. ByteArrayOutputStream, DeferredFileOutputStream, FileCleaner, ThresholdingOutputStream and IOUtils are copied from the Apache Jakarta Commons IO project (version 1.0). They are used by upload functions.
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||