FileHeaderBlockCreateNew Method

Creates a new file header.

Definition

Namespace: SnapDB.IO.FileStructure
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public static FileHeaderBlock CreateNew(
	int blockSize,
	params Guid[] flags
)

Parameters

blockSize  Int32
The block size to make the header.
flags  Guid
Flags to write to the file.

Return Value

FileHeaderBlock
The newly created SubFileHeader instance.

See Also