public class PGPCompressedData extends java.lang.Object implements CompressionAlgorithmTags
BZIP2, UNCOMPRESSED, ZIP, ZLIB
Constructor and Description |
---|
PGPCompressedData(BCPGInputStream pIn) |
Modifier and Type | Method and Description |
---|---|
int |
getAlgorithm()
Return the algorithm used for compression
|
java.io.InputStream |
getDataStream()
Return an uncompressed input stream which allows reading of the
compressed data.
|
java.io.InputStream |
getInputStream()
Return the raw input stream contained in the object.
|
public PGPCompressedData(BCPGInputStream pIn) throws java.io.IOException
java.io.IOException
public int getAlgorithm()
public java.io.InputStream getInputStream()
public java.io.InputStream getDataStream() throws PGPException
PGPException