Class: AxHierarchyStreamWriter

AxHierarchyStreamWriter(stream)

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
Source:

Methods

BeginChunk(chunkId)

Begins a chunk and writes a chunk header
Parameters:
Name Type Description
chunkId Integer Identificator for the chunk
Source:

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
Source:

Documentation generated by JSDoc 3.5.3 on Mon Feb 19 2018 20:39:26 GMT+0200 (FLE Standard Time)