FileBlock Class

Definition

Line 380 of cmsxk/Block.cm

Inheritance

Constructors & Destructor

public nothrow FileBlock(BlockManager* manager_, BlockCache* cache_)

Member Functions

public inline nothrow byte GetByte(long index) const
public inline nothrow void SetByte(long index, byte x)

Constructor& Destructor Details

FileBlock Constructor

public nothrow FileBlock(BlockManager* manager_, BlockCache* cache_)

Definition
Line 382 of cmsxk/Block.cm


Member Function Details

GetByte Member Function

public inline nothrow byte GetByte(long index)

Definition
Line 385 of cmsxk/Block.cm


SetByte Member Function

public inline nothrow void SetByte(long index, byte x)

Definition
Line 389 of cmsxk/Block.cm