C# 클래스 Springburg.Cryptography.OpenPgp.Packet.CompressedDataPacket

상속: StreamablePacket
파일 보기 프로젝트 열기: 1hub/springburg

공개 메소드들

메소드 설명
CompressedDataPacket ( PgpCompressionAlgorithm algorithm ) : System.IO
EncodeHeader ( Stream bcpgOut ) : void

비공개 메소드들

메소드 설명
CompressedDataPacket ( Stream bcpgIn ) : System.IO

메소드 상세

CompressedDataPacket() 공개 메소드

public CompressedDataPacket ( PgpCompressionAlgorithm algorithm ) : System.IO
algorithm PgpCompressionAlgorithm
리턴 System.IO

EncodeHeader() 공개 메소드

public EncodeHeader ( Stream bcpgOut ) : void
bcpgOut Stream
리턴 void