Statistics
Changed
Added
Removed
Unchanged
Total
Contexts
9
4
0
26
39
Status
Changed
Class Summary
Deflater
Field Detail
BEST_COMPRESSION
BEST_SPEED
DEFAULT_COMPRESSION
DEFAULT_STRATEGY
DEFLATED
FILTERED
FULL_FLUSH
HUFFMAN_ONLY
NO_COMPRESSION
NO_FLUSH
SYNC_FLUSH
Constructor Detail
<init>()
<init>(int)
<init>(int,boolean)
Method Detail
deflate(byte[])
deflate(byte[],int,int)
deflate(byte[],int,int,int)
deflate(java.nio.ByteBuffer)
deflate(java.nio.ByteBuffer,int)
end()
finalize()
finish()
finished()
getAdler()
getBytesRead()
getBytesWritten()
getTotalIn()
getTotalOut()
needsInput()
reset()
setDictionary(byte[])
setDictionary(byte[],int,int)
setDictionary(java.nio.ByteBuffer)
setInput(byte[])
setInput(byte[],int,int)
setInput(java.nio.ByteBuffer)
setLevel(int)
setStrategy(int)
© 2018 Oracle Corporation and/or its affiliates