C# Class Org.BouncyCastle.Utilities.IO.TeeInputStream

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

Méthodes publiques

Méthode Description
Close ( ) : void
Read ( byte buf, int off, int len ) : int
ReadByte ( ) : int
TeeInputStream ( Stream input, Stream tee ) : System

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Read() public méthode

public Read ( byte buf, int off, int len ) : int
buf byte
off int
len int
Résultat int

ReadByte() public méthode

public ReadByte ( ) : int
Résultat int

TeeInputStream() public méthode

public TeeInputStream ( Stream input, Stream tee ) : System
input Stream
tee Stream
Résultat System