Package com.jcraft.jzlib
Class Deflater
java.lang.Object
com.jcraft.jzlib.ZStream
com.jcraft.jzlib.Deflater
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.jcraft.jzlib.ZStream
getAvailIn, getBytes, getTotalIn, getTotalOut
-
Constructor Details
-
Deflater
public Deflater()
-
-
Method Details
-
init
-
deflate
public int deflate(int flush) -
end
public int end() -
params
public int params(int level, int strategy) -
setDictionary
public int setDictionary(byte[] dictionary, int dictLength) -
finished
public boolean finished() -
finish
public void finish() -
getBytesRead
public long getBytesRead() -
getBytesWritten
public long getBytesWritten()
-