public class PGPCompressedData extends 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
|
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.
|
public PGPCompressedData(BCPGInputStream pIn) throws IOException
IOException
public int getAlgorithm()
public InputStream getInputStream()
public InputStream getDataStream() throws PGPException
PGPException