blob: ea35b7d99d5570d7e8d6c9a4d8e14fce52c49249 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- $Id$ -->
<html>
<head>
<title>Tapestry: Web Application Framework</title>
</head>
<body>
<p>Some interesting I/O classes. {@link net.sf.tapestry.util.io.BinaryDumpOutputStream}
formats a stream of bytes into a human readable presentation, much like
the Unix command line tool <code>od</code>.
<p>{@link net.sf.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 Lewis Ship <a href="mailto:hship@users.sf.net">hship@users.sf.net</a>
</body>
</html>