Statistics
Changed
Added
Removed
Unchanged
Total
Contexts
24
0
0
11
35
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
Deflater()
Deflater(int)
Deflater(int, boolean)
Method Detail
deflate(byte[])
deflate(byte[], int, int)
deflate(byte[], int, int, int)
end()
finalize()
finish()
finished()
getAdler()
getBytesRead()
getBytesWritten()
getTotalIn()
getTotalOut()
needsInput()
reset()
setDictionary(byte[])
setDictionary(byte[], int, int)
setInput(byte[])
setInput(byte[], int, int)
setLevel(int)
setStrategy(int)
© 2017 Oracle Corporation and/or its affiliates