java.lang.Object | +----LZWCompressor
public static void LZWCompress(OutputStream output, int codesize, byte toCompress[]) throws IOException