<!--NewPage--> <html> <head> <!-- Generated by javadoc on Sat May 10 12:23:02 1997 --> <a name="_top_"></a> <title> Class LZWCompressor </title> </head> <body> <h1> Class LZWCompressor </h1> <pre> <a href="java.lang.Object.html#_top_">java.lang.Object</a> | +----LZWCompressor </pre> <hr> <dl> <dt> class <b>LZWCompressor</b> <dt> extends <a href="java.lang.Object.html#_top_">Object</a> </dl> <hr> <a name="index"></a> <h2> <img src="images/method-index.gif" width=207 height=38 alt="Method Index"> </h2> <dl> <dt> <img src="images/green-ball-small.gif" width=6 height=6 alt=" o "> <a href="#LZWCompress(java.io.OutputStream, int, byte[])"><b>LZWCompress</b></a>(OutputStream, int, byte[]) <dd> </dl> <a name="methods"></a> <h2> <img src="images/methods.gif" width=151 height=38 alt="Methods"> </h2> <a name="LZWCompress(java.io.OutputStream, int, byte[])"><img src="images/green-ball.gif" width=12 height=12 alt=" o "></a> <a name="LZWCompress"><b>LZWCompress</b></a> <pre> public static void LZWCompress(<a href="java.io.OutputStream.html#_top_">OutputStream</a> output, int codesize, byte toCompress[]) throws <a href="java.io.IOException.html#_top_">IOException</a> </pre> </body> </html>