Package org.apache.tapestry.util.io

Some interesting I/O classes.

See:
          Description

Class Summary
SerializableAdaptorTest  
TestBinaryDumpOutputStream Tests for BinaryDumpOutputStream.
TestGzipUtil Tests functionality of GzipUtil .
 

Package org.apache.tapestry.util.io Description

Some interesting I/O classes. BinaryDumpOutputStream formats a stream of bytes into a human readable presentation, much like the Unix command line tool od.

DataSqueezer is used to squeeze and unsqueeze basic scalar types, Strings and serializable objects into a String format. The eventual purpose is to safely encode information into URLs or as HTTP Cookies.

Author:
Howard Lewis Ship hlship@apache.org


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.