C# Class Springburg.Cryptography.OpenPgp.Packet.CompressedDataPacket

Inheritance: StreamablePacket
Afficher le fichier Open project: 1hub/springburg

Méthodes publiques

Méthode Description
CompressedDataPacket ( PgpCompressionAlgorithm algorithm ) : System.IO
EncodeHeader ( Stream bcpgOut ) : void

Private Methods

Méthode Description
CompressedDataPacket ( Stream bcpgIn ) : System.IO

Method Details

CompressedDataPacket() public méthode

public CompressedDataPacket ( PgpCompressionAlgorithm algorithm ) : System.IO
algorithm PgpCompressionAlgorithm
Résultat System.IO

EncodeHeader() public méthode

public EncodeHeader ( Stream bcpgOut ) : void
bcpgOut Stream
Résultat void