C# 클래스 BTDB.KVDBLayer.OnDiskFileCollection.File.Writer

상속: BTDB.StreamLayer.AbstractBufferedWriter
파일 보기 프로젝트 열기: Bobris/BTDB

공개 메소드들

메소드 설명
FlushBuffer ( ) : void
GetCurrentPosition ( ) : long
WriteBlock ( byte data, int offset, int length ) : void
Writer ( File file ) : System

비공개 메소드들

메소드 설명
GetBuffer ( ) : byte[]

메소드 상세

FlushBuffer() 공개 메소드

public FlushBuffer ( ) : void
리턴 void

GetCurrentPosition() 공개 메소드

public GetCurrentPosition ( ) : long
리턴 long

WriteBlock() 공개 메소드

public WriteBlock ( byte data, int offset, int length ) : void
data byte
offset int
length int
리턴 void

Writer() 공개 메소드

public Writer ( File file ) : System
file System.IO.File
리턴 System