C# 클래스 SharpCifs.Util.Sharpen.FilterOutputStream

상속: SharpCifs.Util.Sharpen.OutputStream
파일 보기 프로젝트 열기: brandonprry/Potato

공개 메소드들

메소드 설명
Write ( byte b ) : void
Write ( byte b, int offset, int len ) : void

메소드 상세

Write() 공개 메소드

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

Write() 공개 메소드

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