Neokernel API

FileObjectStore Constructor

Creates an instance of FileObjectStore using an empty description and the default block size. The parameter passed in will be used to initialize any previous information in this file (NOTE that the BLOCK sizes must be the same) and for reading and writing.

Overload List

Creates an instance of FileObjectStore using an empty description and the default block size. The parameter passed in will be used to initialize any previous information in this file (NOTE that the BLOCK sizes must be the same) and for reading and writing.

public FileObjectStore(FileInfo)

Creates an instance of FileObjectStore using the description parameter and the default block size. The File parameter passed in will be used to initialize any previous information in this file (NOTE that the BLOCK sizes must be the same) and for reading and writing.

public FileObjectStore(FileInfo,string)

Creates an instance of FileObjectStore using the description parameter and the given block size. The File parameter passed in will be used to initialize any previous information in this file (NOTE that the BLOCK sizes must be the same) and for reading and writing. The Block size must exceed the required size the Block's header.

public FileObjectStore(FileInfo,string,long)

See Also

FileObjectStore Class | com.neokernel.om Namespace