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

Inheritance: Org.BouncyCastle.Utilities.IO.BaseInputStream
Exibir arquivo Open project: nonorganic/dssnet Class Usage Examples

Public Methods

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

Method Details

Close() public method

public Close ( ) : void
return void

Read() public method

public Read ( byte buf, int off, int len ) : int
buf byte
off int
len int
return int

ReadByte() public method

public ReadByte ( ) : int
return int

TeeInputStream() public method

public TeeInputStream ( Stream input, Stream tee ) : System
input Stream
tee Stream
return System