FileHeaderBlockGetBytes Method

Gets the binary representation of the file allocation table.

Definition

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

Return Value

Byte
A byte array representing the file allocation table that can be written to an archive file.

Remarks

This method constructs the binary representation of the file allocation table, including metadata and flags. It ensures the validity of the file allocation table before generating the bytes.

Exceptions

InvalidOperationExceptionThrown if the file allocation table is invalid.

See Also