C# Class Org.BouncyCastle.Bcpg.OpenPgp.PgpCompressedData

Compressed data objects
Inheritance: PgpObject
Show file Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method Description
GetDataStream ( ) : Stream

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

GetInputStream ( ) : Stream

Get the raw input stream contained in the object.

PgpCompressedData ( BcpgInputStream bcpgInput ) : System.IO

Method Details

GetDataStream() public method

Return an uncompressed input stream which allows reading of the compressed data.
public GetDataStream ( ) : Stream
return System.IO.Stream

GetInputStream() public method

Get the raw input stream contained in the object.
public GetInputStream ( ) : Stream
return System.IO.Stream

PgpCompressedData() public method

public PgpCompressedData ( BcpgInputStream bcpgInput ) : System.IO
bcpgInput BcpgInputStream
return System.IO