C# 클래스 Org.BouncyCastle.Utilities.IO.TeeInputStream

상속: Org.BouncyCastle.Utilities.IO.BaseInputStream
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
Read ( byte buf, int off, int len ) : int
ReadByte ( ) : int
TeeInputStream ( Stream input, Stream tee ) : System

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Read() 공개 메소드

public Read ( byte buf, int off, int len ) : int
buf byte
off int
len int
리턴 int

ReadByte() 공개 메소드

public ReadByte ( ) : int
리턴 int

TeeInputStream() 공개 메소드

public TeeInputStream ( Stream input, Stream tee ) : System
input Stream
tee Stream
리턴 System