Table of Contents

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

bcpgInput BcpgInputStream

Properties

Algorithm

The algorithm used for compression

public CompressionAlgorithmTag Algorithm { get; }

Property Value

CompressionAlgorithmTag

Methods

GetDataStream()

Return an uncompressed input stream which allows reading of the compressed data.

public Stream GetDataStream()

Returns

Stream

GetInputStream()

Get the raw input stream contained in the object.

public Stream GetInputStream()

Returns

Stream