C# 클래스 Sharpen.DigestOutputStream

상속: OutputStream
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
DigestOutputStream ( OutputStream os, MessageDigest md ) : System
Flush ( ) : void
GetMessageDigest ( ) : MessageDigest
On ( bool b ) : void
Write ( byte b, int offset, int len ) : void
Write ( int b ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

DigestOutputStream() 공개 메소드

public DigestOutputStream ( OutputStream os, MessageDigest md ) : System
os OutputStream
md MessageDigest
리턴 System

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

GetMessageDigest() 공개 메소드

public GetMessageDigest ( ) : MessageDigest
리턴 MessageDigest

On() 공개 메소드

public On ( bool b ) : void
b bool
리턴 void

Write() 공개 메소드

public Write ( byte b, int offset, int len ) : void
b byte
offset int
len int
리턴 void

Write() 공개 메소드

public Write ( int b ) : void
b int
리턴 void