| Interface | Description |
|---|---|
| DeferredFileOutputStream.FileFactory |
The file factory for this deferred file output stream.
|
| IClusterable |
Wicket version of
Serializable. |
| Class | Description |
|---|---|
| ByteArrayOutputStream |
This class implements an output stream in which the data is written into a byte array.
|
| ByteCountingOutputStream |
Output stream that counts bytes written to it (but discards them).
|
| Connections |
URLConnection related utilities |
| DeferredFileOutputStream |
An output stream which will retain data in memory until a specified threshold is reached, and
only then commit it to disk.
|
| FullyBufferedReader |
This is not a reader like e.g.
|
| IOUtils |
General IO Stream manipulation.
|
| Streams |
Utilities methods for working with input and output streams.
|
| StringBufferWriter | |
| ThresholdingOutputStream |
An output stream which triggers an event when a specified number of bytes of data have been
written to it.
|
| XmlReader |
This is a simple XmlReader.
|
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.
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.