Package com.primix.tapestry.util.io

Some interesting I/O classes.

See:
          Description

Interface Summary
ISqueezeAdaptor Interface which defines a class used to convert data for a specific Java type into a String format (squeeze it), or convert from a String back into a Java type (unsqueeze).
 

Class Summary
BinaryDumpOutputStream A kind of super-formatter.
DataSqueezer A class used to convert arbitrary objects to Strings and back.
 

Package com.primix.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 Ship hship@primix.com