The ASDecoderBase type exposes the following members.
Fields
| Name | Description |
---|
 | data |
storage for the byte array
|
 | index |
current index of the decoder
|
 | isNative |
If native pointer is used
|
 | length |
The length of bytes. Used only if native pointer is used.
|
 | native |
The native byte pointer
|
See Also