Classes
NcmContentId
Extends
ArrayBufferStruct
Constructors
new NcmContentId()
new NcmContentId(): NcmContentId
Returns
Inherited from
ArrayBufferStruct.constructor
new NcmContentId()
new NcmContentId(buffer
, byteOffset
?, byteLength
?): NcmContentId
Parameters
Parameter | Type |
---|---|
buffer | ArrayBufferLike | ArrayBufferView |
byteOffset ? | number |
byteLength ? | number |
Returns
Inherited from
ArrayBufferStruct.constructor
Properties
Property | Modifier | Type | Description | Overrides | Inherited from |
---|---|---|---|---|---|
buffer | readonly | ArrayBufferLike | The ArrayBuffer instance referenced by the array. | - | ArrayBufferStruct.buffer |
byteLength | readonly | number | The length in bytes of the array. | - | ArrayBufferStruct.byteLength |
byteOffset | readonly | number | The offset in bytes of the array. | - | ArrayBufferStruct.byteOffset |
sizeof | static | 16 | - | ArrayBufferStruct.sizeof | - |
Methods
toArrayBuffer()
toArrayBuffer(): ArrayBuffer
Creates a copy of the struct buffer view as a new ArrayBuffer
instance.
Returns
Inherited from
ArrayBufferStruct.toArrayBuffer
toString()
toString(): string
Returns a string representation of an object.
Returns
string
from()
static
from(s
): NcmContentId
Parameters
Parameter | Type |
---|---|
s | string |