new AxHierarchyStreamWriter(stream)
Creates a new AxHierarchyStreamWriter
AxHierarchyStreamWriter utilizes the serialization of data in Axis' heirarchical serialization format
Parameters:
Name | Type | Description |
---|---|---|
stream |
AxStream | The stream in which to write |
Methods
BeginChunk(chunkId)
Begins a chunk and writes a chunk header
Parameters:
Name | Type | Description |
---|---|---|
chunkId |
Integer | Identificator for the chunk |
EndChunk()
Ends a chunk and finisheds the previously created header fro the chunk.
A corresponding call of BeginChunk must have taken place before calling EndChunk