FileHeaderBlockOpen Method

Opens an existing FileHeaderBlock from the provided binary data.

Definition

Namespace: SnapDB.IO.FileStructure
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public static FileHeaderBlock Open(
	byte[] data
)

Parameters

data  Byte
The binary data representing the file header.

Return Value

FileHeaderBlock
The opened FileHeaderBlock instance.

See Also