C# 클래스 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigestInputBuffer.DigStream

상속: BaseOutputStream
파일 보기 프로젝트 열기: 526077247/ET

공개 메소드들

메소드 설명
Write ( Array buf, int off, int len ) : void
WriteByte ( byte b ) : void

비공개 메소드들

메소드 설명
DigStream ( IDigest d ) : System

메소드 상세

Write() 공개 메소드

public Write ( Array buf, int off, int len ) : void
buf Array
off int
len int
리턴 void

WriteByte() 공개 메소드

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