C# Class Org.BouncyCastle.Bcpg.BcpgInputStream

Reader for PGP objects.
Inheritance: Org.BouncyCastle.Utilities.IO.BaseInputStream
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
BcpgInputStream ( Stream inputStream ) : System
Wrap ( Stream inStr ) : BcpgInputStream

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

NextPacketTag() public méthode

Returns the next packet tag in the stream.
public NextPacketTag ( ) : PacketTag
Résultat PacketTag

Read() public méthode

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int

ReadAll() public méthode

public ReadAll ( ) : byte[]
Résultat byte[]

ReadByte() public méthode

public ReadByte ( ) : int
Résultat int

ReadFully() public méthode

public ReadFully ( byte buffer ) : void
buffer byte
Résultat void

ReadFully() public méthode

public ReadFully ( byte buffer, int off, int len ) : void
buffer byte
off int
len int
Résultat void

ReadPacket() public méthode

public ReadPacket ( ) : Packet
Résultat Packet