static final class DeltaWindow.ZipStream
extends java.io.OutputStream
Modifier and Type | Field and Description |
---|---|
private java.util.zip.Deflater |
deflater |
private int |
outPtr |
private byte[] |
zbuf |
Constructor and Description |
---|
ZipStream(java.util.zip.Deflater deflater,
byte[] zbuf) |
Modifier and Type | Method and Description |
---|---|
(package private) int |
finish() |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
private final java.util.zip.Deflater deflater
private final byte[] zbuf
private int outPtr
int finish() throws java.io.IOException
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 write(int b) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException