Class PgpCompressedData
- Namespace
- Org.BouncyCastle.Bcpg.OpenPgp
- Assembly
- BouncyCastle.Cryptography.dll
public class PgpCompressedData : PgpObject
- Inheritance
-
PgpCompressedData
- Inherited Members
Remarks
Compressed data objects
Constructors
PgpCompressedData(BcpgInputStream)
public PgpCompressedData(BcpgInputStream bcpgInput)
Parameters
bcpgInputBcpgInputStream
Properties
Algorithm
The algorithm used for compression
public CompressionAlgorithmTag Algorithm { get; }
Property Value
Methods
GetDataStream()
Return an uncompressed input stream which allows reading of the compressed data.
public Stream GetDataStream()
Returns
GetInputStream()
Get the raw input stream contained in the object.
public Stream GetInputStream()