C# 클래스 Fan.Sys.FileBuf

FileBuf returned from File.open.
상속: Buf
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 메소드들

메소드 설명
@typeof ( ) : Type
close ( ) : bool
flush ( ) : Buf
toDigest ( string algorithm ) : Buf
toHex ( ) : string

비공개 메소드들

메소드 설명
FileBuf ( File file, FileStream stream ) : System.IO
getByte ( long pos ) : int
getBytes ( long pos, byte dst, int off, int len ) : void
getPos ( ) : long
getSize ( ) : long
pipeFrom ( Stream src, long len ) : long
pipeFrom ( byte src, int srcPos, int len ) : void
pipeTo ( Stream dst, long len ) : void
pipeTo ( byte dst, int dstPos, int len ) : void
setByte ( long pos, int x ) : void
setPos ( long x ) : void
setSize ( long x ) : void
temp ( ) : byte[]

메소드 상세

@typeof() 공개 메소드

public @typeof ( ) : Type
리턴 Type

close() 공개 최종 메소드

public final close ( ) : bool
리턴 bool

flush() 공개 최종 메소드

public final flush ( ) : Buf
리턴 Buf

toDigest() 공개 메소드

public toDigest ( string algorithm ) : Buf
algorithm string
리턴 Buf

toHex() 공개 최종 메소드

public final toHex ( ) : string
리턴 string