C# 클래스 Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator.TeeOutputStream

상속: Org.BouncyCastle.Utilities.IO.BaseOutputStream
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6

공개 메소드들

메소드 설명
Close ( ) : void
TeeOutputStream ( Stream dataOutputStream, Stream digStream ) : System
Write ( byte buffer, int offset, int count ) : void
WriteByte ( byte b ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

TeeOutputStream() 공개 메소드

public TeeOutputStream ( Stream dataOutputStream, Stream digStream ) : System
dataOutputStream Stream
digStream Stream
리턴 System

Write() 공개 메소드

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

WriteByte() 공개 메소드

public WriteByte ( byte b ) : void
b byte
리턴 void