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

Inheritance: BaseOutputStream
Datei anzeigen Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method 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 method

public Close ( ) : void
return void

TeeOutputStream() public method

public TeeOutputStream ( Stream output, Stream tee ) : System
output Stream
tee Stream
return System

Write() public method

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
return void

WriteByte() public method

public WriteByte ( byte b ) : void
b byte
return void