Neokernel API

FileObjectBlock Constructor

Creates an instance of FileObjectBlock.

FileObjectBlock(
   FileObjectStore store,
   int index
);

Parameters

store
THis is the FileObjectStore which this block will read and write to.
index
This is the index into the store file which this block will read and write to.

See Also

FileObjectBlock Class | com.neokernel.om Namespace