|
Bouncy Castle Cryptography Library 1.46 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InputExpander
General interface for an operator that is able to produce an InputStream that will produce uncompressed data.
Method Summary | |
---|---|
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getAlgorithmIdentifier()
Return the algorithm identifier describing the compression algorithm and parameters this expander supports. |
java.io.InputStream |
getInputStream(java.io.InputStream comIn)
Wrap the passed in input stream comIn, returning an input stream that expands anything read in from comIn. |
Method Detail |
---|
org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier()
java.io.InputStream getInputStream(java.io.InputStream comIn)
comIn
- the compressed input data stream..
|
Bouncy Castle Cryptography Library 1.46 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |