FileHeaderBlockGetBytes Method
Gets the binary representation of the file allocation table.
Namespace: SnapDB.IO.FileStructureAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
Public Function GetBytes As Byte()
public:
array<unsigned char>^ GetBytes()
Return Value
ByteA byte array representing the file allocation table that can be written to an archive file.
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.
| InvalidOperationException | Thrown if the file allocation table is invalid. |