org.bouncycastle.openpgp
public class PGPCompressedData extends Object implements CompressionAlgorithmTags
Constructor Summary | |
---|---|
PGPCompressedData(BCPGInputStream pIn) |
Method Summary | |
---|---|
int | getAlgorithm()
Return the algorithm used for compression
|
InputStream | getDataStream()
Return an uncompressed input stream which allows reading of the
compressed data.
|
InputStream | getInputStream()
Return the raw input stream contained in the object.
|
Returns: algorithm code
Returns: InputStream
Throws: PGPException
Returns: InputStream