aicas logoJamaica 6.4 release 1

Uses of Class
java.util.zip.Deflater

Packages that use Deflater
java.util.zip Provides classes for reading and writing the standard ZIP and GZIP file formats. 
 

Uses of Deflater in java.util.zip
 

Fields in java.util.zip declared as Deflater
protected  Deflater DeflaterOutputStream.def
          Compressor for this stream.
protected  Deflater DeflaterInputStream.def
          Compressor for this stream.
 

Constructors in java.util.zip with parameters of type Deflater
DeflaterInputStream(InputStream in, Deflater defl)
          Creates a new input stream with the specified compressor and a default buffer size.
DeflaterInputStream(InputStream in, Deflater defl, int bufLen)
          Creates a new input stream with the specified compressor and buffer size.
DeflaterOutputStream(OutputStream out, Deflater def)
          Creates a new output stream with the specified compressor and a default buffer size.
DeflaterOutputStream(OutputStream out, Deflater def, int size)
          Creates a new output stream with the specified compressor and buffer size.
 


aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.