Click or drag to resize

DataBlockDumpToBuffer Method

Returns a buffer containing all data about the block and his children.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public ArraySegment<byte> DumpToBuffer()

Return Value

Type: ArraySegmentByte
A string containing all data about the block and his children.
Remarks
This method is applied at preservation of data of the block in a file.
See Also