Neokernel API

FileObjectStore.getBlock Method

This method retrieves the previously allocated FileObjectBlock with the index given.

public virtual FileObjectBlock getBlock(
   int index
);

Parameters

index
This is the block index of the FileObjectBlock to retrieve.

Exceptions

Exception Type Condition
IndexOutOfRangeException This is thrown if the index given not used by this Store.

See Also

FileObjectStore Class | com.neokernel.om Namespace