Package wicket.util.io

Input/Output utilities.

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.
 

Package wicket.util.io Description

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 © 2004-2006 Wicket developers. All Rights Reserved.