final class ZipDeflaterOutputStream extends DeflaterOutputStream
Deflater and provides
access to it.| Modifier and Type | Class and Description |
|---|---|
private static class |
ZipDeflaterOutputStream.DeflaterFactory
A factory for
Deflater objects. |
private static class |
ZipDeflaterOutputStream.Jdk6DeflaterFactory
A factory for
Jdk6Deflater objects. |
| Modifier and Type | Field and Description |
|---|---|
private static ZipDeflaterOutputStream.DeflaterFactory |
factory |
buf, defout| Constructor and Description |
|---|
ZipDeflaterOutputStream(OutputStream out,
int level,
int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
(package private) Deflater |
getDeflater() |
deflate, finish, flush, write, writewriteprivate static final ZipDeflaterOutputStream.DeflaterFactory factory
ZipDeflaterOutputStream(OutputStream out, int level, int size)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class DeflaterOutputStreamIOExceptionDeflater getDeflater()
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.