Module org.apache.wicket.util
Package org.apache.wicket.util.io
package org.apache.wicket.util.io
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.
-
ClassDescriptionThis class is used to wrap a stream that includes an encoded
ByteOrderMark
as its first bytes.This class implements an output stream in which the data is written into a byte array.Output stream that counts bytes written to it (but discards them).Byte Order Mark (BOM) representation - seeBOMInputStream
.URLConnection
related utilitiesAn output stream which will retain data in memory until a specified threshold is reached, and only then commit it to disk.The file factory for this deferred file output stream.This is not a reader like e.g.Wicket version ofSerializable
.General IO Stream manipulation.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.Utilities methods for working with input and output streams.An output stream which triggers an event when a specified number of bytes of data have been written to it.This is a simple XmlReader.