C# 클래스 DBreeze.Programmers.MFileStream

상속: IFileStream
파일 보기 프로젝트 열기: hhblaze/DBreeze 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Flush ( ) : void
Flush ( bool flushToDisk ) : void
Read ( byte array, int offset, int count ) : int
Write ( byte array, int offset, int count ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( bool flushToDisk ) : void
flushToDisk bool
리턴 void

Read() 공개 메소드

public Read ( byte array, int offset, int count ) : int
array byte
offset int
count int
리턴 int

Write() 공개 메소드

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