C# Class Org.BouncyCastle.Bcpg.BcpgInputStream.PartialInputStream

A stream that overlays our input stream, allowing the user to only read a segment of it. NB: dataLength will be negative if the segment length is in the upper range above 2**31.
Inheritance: Org.BouncyCastle.Utilities.IO.BaseInputStream
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
PartialInputStream ( BcpgInputStream bcpgIn, bool partial, int dataLength ) : System
ReadPartialDataLength ( ) : int

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