static class Coders.DeflateDecoder.DeflateDecoderOutputStream
extends java.io.OutputStream
Modifier and Type | Field and Description |
---|---|
(package private) java.util.zip.Deflater |
deflater |
(package private) java.util.zip.DeflaterOutputStream |
deflaterOutputStream |
Constructor and Description |
---|
DeflateDecoderOutputStream(java.util.zip.DeflaterOutputStream deflaterOutputStream,
java.util.zip.Deflater deflater) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
java.util.zip.DeflaterOutputStream deflaterOutputStream
java.util.zip.Deflater deflater
public DeflateDecoderOutputStream(java.util.zip.DeflaterOutputStream deflaterOutputStream, java.util.zip.Deflater deflater)
public void write(int b) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void write(byte[] b) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void write(byte[] b, int off, int len) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.OutputStream
java.io.IOException