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

상속: IFileCollectionFile
파일 보기 프로젝트 열기: Bobris/BTDB

공개 메소드들

메소드 설명
File ( OnDiskFileCollection owner, uint index, string fileName ) : System
GetAppenderWriter ( ) : AbstractBufferedWriter
GetExclusiveReader ( ) : AbstractBufferedReader
GetSize ( ) : ulong
HardFlush ( ) : void
RandomRead ( byte data, int offset, int size, ulong position, bool doNotCache ) : void
Remove ( ) : void
SetSize ( long size ) : void
Truncate ( ) : void

비공개 메소드들

메소드 설명
Dispose ( ) : void

메소드 상세

File() 공개 메소드

public File ( OnDiskFileCollection owner, uint index, string fileName ) : System
owner OnDiskFileCollection
index uint
fileName string
리턴 System

GetAppenderWriter() 공개 메소드

public GetAppenderWriter ( ) : AbstractBufferedWriter
리턴 AbstractBufferedWriter

GetExclusiveReader() 공개 메소드

public GetExclusiveReader ( ) : AbstractBufferedReader
리턴 AbstractBufferedReader

GetSize() 공개 메소드

public GetSize ( ) : ulong
리턴 ulong

HardFlush() 공개 메소드

public HardFlush ( ) : void
리턴 void

RandomRead() 공개 메소드

public RandomRead ( byte data, int offset, int size, ulong position, bool doNotCache ) : void
data byte
offset int
size int
position ulong
doNotCache bool
리턴 void

Remove() 공개 메소드

public Remove ( ) : void
리턴 void

SetSize() 공개 메소드

public SetSize ( long size ) : void
size long
리턴 void

Truncate() 공개 메소드

public Truncate ( ) : void
리턴 void