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 |
Methods
ReadChunkHeader() → {Boolean}
Reads a chunk header and stores the header information in the chunkId and chunkSize member variables
Returns:
True if a chunk header was read successfully
- Type
- Boolean
SkipChunk()
Skips the current chunk