Neokernel API

FileObjectStore Class

This class takes a File and partitions it into FileObjectBlocks. It will keep track of free blocks and allocate new blocks if needed.

For a list of all members of this type, see FileObjectStore Members .

System.Object
   FileObjectStore

public class FileObjectStore

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.neokernel.om

Assembly: Neokernel (in Neokernel.exe)

See Also

FileObjectStore Members | com.neokernel.om Namespace | FileObjectBlock