Statistics
Changed
Added
Removed
Unchanged
Total
Contexts
0
0
0
38
38
Status
Not 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)
deflate(java.nio.ByteBuffer)
deflate(java.nio.ByteBuffer,int)
end()
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)
© 2023 Oracle Corporation and/or its affiliates