PgpCompressedData public class PgpCompressedData : PgpObject Documentation public CompressionAlgorithmTag Algorithm { get; } The algorithm used for compression public PgpCompressedData(BcpgInputStream bcpgInput) public Stream GetDataStream() Return an uncompressed input stream which allows reading of the compressed data. public Stream GetInputStream() Get the raw input stream contained in the object.