C# 클래스 Org.BouncyCastle.Bcpg.BcpgInputStream

Reader for PGP objects.
상속: Org.BouncyCastle.Utilities.IO.BaseInputStream
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
NextPacketTag ( ) : PacketTag

Returns the next packet tag in the stream.

Read ( byte buffer, int offset, int count ) : int
ReadAll ( ) : byte[]
ReadByte ( ) : int
ReadFully ( byte buffer ) : void
ReadFully ( byte buffer, int off, int len ) : void
ReadPacket ( ) : Packet

비공개 메소드들

메소드 설명
BcpgInputStream ( Stream inputStream ) : System
Wrap ( Stream inStr ) : BcpgInputStream

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

NextPacketTag() 공개 메소드

Returns the next packet tag in the stream.
public NextPacketTag ( ) : PacketTag
리턴 PacketTag

Read() 공개 메소드

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
리턴 int

ReadAll() 공개 메소드

public ReadAll ( ) : byte[]
리턴 byte[]

ReadByte() 공개 메소드

public ReadByte ( ) : int
리턴 int

ReadFully() 공개 메소드

public ReadFully ( byte buffer ) : void
buffer byte
리턴 void

ReadFully() 공개 메소드

public ReadFully ( byte buffer, int off, int len ) : void
buffer byte
off int
len int
리턴 void

ReadPacket() 공개 메소드

public ReadPacket ( ) : Packet
리턴 Packet