public class ZlibExpanderProvider extends Object implements InputExpanderProvider
| Constructor and Description |
|---|
ZlibExpanderProvider() |
ZlibExpanderProvider(long limit)
Create a provider which caps the number of expanded bytes that can be produced when the
compressed stream is parsed.
|
| Modifier and Type | Method and Description |
|---|---|
InputExpander |
get(AlgorithmIdentifier algorithm) |
public ZlibExpanderProvider()
public ZlibExpanderProvider(long limit)
limit - max number of bytes allowed in an expanded stream.public InputExpander get(AlgorithmIdentifier algorithm)
get in interface InputExpanderProviderCopyright © 2015. All rights reserved.