Some interesting I/O classes. {@link com.primix.tapestry.util.io.BinaryDumpOutputStream} formats a stream of bytes into a human readable presentation, much like the Unix command line tool od.

{@link com.primix.tapestry.util.io.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