C# Class Org.BouncyCastle.Asn1.ConstructedOctetStream

Inheritance: Org.BouncyCastle.Utilities.IO.BaseInputStream
Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Méthode Description
Read ( byte buffer, int offset, int count ) : int
ReadByte ( ) : int

Private Methods

Méthode Description
ConstructedOctetStream ( Asn1StreamParser parser ) : System.IO

Method Details

Read() public méthode

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

ReadByte() public méthode

public ReadByte ( ) : int
Résultat int