super(out); compressor = new Deflater(Deflater.BEST_SPEED);
throw new IOException("CodeOutputStream.write(int) unsuppported");
int newlen = compressor.deflate(b, off, len); out.write(len); out.write(newlen); System.out.println("Writing " + newlen); out.write(b, off, newlen); out.flush(); System.out.println("Flushed");