public interface InputExpander
Modifier and Type | Method and Description |
---|---|
AlgorithmIdentifier |
getAlgorithmIdentifier()
Return the algorithm identifier describing the compression
algorithm and parameters this expander supports.
|
InputStream |
getInputStream(InputStream comIn)
Wrap the passed in input stream comIn, returning an input stream
that expands anything read in from comIn.
|
AlgorithmIdentifier getAlgorithmIdentifier()
InputStream getInputStream(InputStream comIn)
comIn
- the compressed input data stream..Copyright © 2015. All rights reserved.