|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| DeferredFileOutputStream.FileFactory | The file factory for this deferred file output stream. |
| Class Summary | |
|---|---|
| BOMInputStream | This class is used to wrap a stream that includes an encoded ByteOrderMark as its first bytes. |
| 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). |
| ByteOrderMark | Byte Order Mark (BOM) representation - see BOMInputStream. |
| 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. |
| ProxyInputStream | A Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods are being called. |
| SerializableChecker | Utility class that analyzes objects for non-serializable nodes. |
| SerializableChecker.ObjectSerializationChecker | An implementation of IObjectChecker that checks whether the object
implements Serializable interface |
| 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. |
| Exception Summary | |
|---|---|
| SerializableChecker.WicketNotSerializableException | Deprecated. ObjectCheckException is thrown instead |
| WicketSerializeableException | Deprecated. Superceded by SerializableChecker.WicketNotSerializableException |
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 | |||||||||