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

Inheritance: BaseOutputStream
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
TeeOutputStream ( Stream output, Stream tee ) : System
Write ( byte buffer, int offset, int count ) : void
WriteByte ( byte b ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

TeeOutputStream() public méthode

public TeeOutputStream ( Stream output, Stream tee ) : System
output Stream
tee Stream
Résultat System

Write() public méthode

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

WriteByte() public méthode

public WriteByte ( byte b ) : void
b byte
Résultat void