C# Class BTDB.KVDBLayer.OnDiskFileCollection.File.Reader

Inheritance: BTDB.StreamLayer.AbstractBufferedReader
Mostra file Open project: Bobris/BTDB

Public Methods

Method Description
GetCurrentPosition ( ) : long
ReadBlock ( byte data, int offset, int length ) : void
Reader ( File owner ) : System
SkipBlock ( int length ) : void

Protected Methods

Method Description
FillBuffer ( ) : void

Method Details

FillBuffer() protected method

protected FillBuffer ( ) : void
return void

GetCurrentPosition() public method

public GetCurrentPosition ( ) : long
return long

ReadBlock() public method

public ReadBlock ( byte data, int offset, int length ) : void
data byte
offset int
length int
return void

Reader() public method

public Reader ( File owner ) : System
owner System.IO.File
return System

SkipBlock() public method

public SkipBlock ( int length ) : void
length int
return void