Class: AxHierarchyStreamReader

AxHierarchyStreamReader(stream)

new AxHierarchyStreamReader(stream)

Creates a new AxHierarchyStreamReader AxHierarchyStreamReader utilizes the deserialization of streams built in Axis' heirarchical serialization format
Parameters:
Name Type Description
stream AxStream The stream from which to read
Source:

Methods

ReadChunkHeader() → {Boolean}

Reads a chunk header and stores the header information in the chunkId and chunkSize member variables
Source:
Returns:
True if a chunk header was read successfully
Type
Boolean

SkipChunk()

Skips the current chunk
Source:

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