DataView
01 Syntax
Microsoft.VisualBasic.My.JavaScript.DataView
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Dispose | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| byteLength | 1 | the Stream.Length |
04 Fields
| Name | Overloads | Summary |
|---|---|---|
| BIG_ENDIAN | 2 | The binary data is present in big endian. |
| LITTLE_ENDIAN | 2 | The binary data is present in little endian. |
05 Members
byteLength
the Stream.Length
BIG_ENDIAN
The binary data is present in big endian.
(network byte order)
LITTLE_ENDIAN
The binary data is present in little endian.
BIG_ENDIAN
LITTLE_ENDIAN
Dispose()