PrimaryVolumeDescriptor
Defined in: src/iso/VolumeDescriptor.ts:38
Primary or supplementary volume descriptor. Supplementary VDs are basically PVDs with some extra sauce, so we use the same struct for both.
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new PrimaryVolumeDescriptor(
name?, …args):PrimaryVolumeDescriptor
Defined in: src/iso/VolumeDescriptor.ts:41
Parameters
Section titled “Parameters”string = ...
The name of the volume descriptor type, either ‘ISO9660’ or ‘Joliet’.
…[ArrayBufferLike, number, number]
Returns
Section titled “Returns”PrimaryVolumeDescriptor
Overrides
Section titled “Overrides”Properties
Section titled “Properties”_decoder?
Section titled “_decoder?”
protectedoptional_decoder?:TextDecoder
Defined in: src/iso/VolumeDescriptor.ts:69
[toStringTag]
Section titled “[toStringTag]”
readonly[toStringTag]:string
Defined in: ../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts:274
Inherited from
Section titled “Inherited from”buffer
Section titled “buffer”
readonlybuffer:any
Defined in: ../../node_modules/typescript/lib/lib.es5.d.ts:1731
The ArrayBuffer instance referenced by the array.
Inherited from
Section titled “Inherited from”byteLength
Section titled “byteLength”
readonlybyteLength:number
Defined in: ../../node_modules/typescript/lib/lib.es5.d.ts:1736
The length in bytes of the array.
Inherited from
Section titled “Inherited from”byteOffset
Section titled “byteOffset”
readonlybyteOffset:number
Defined in: ../../node_modules/typescript/lib/lib.es5.d.ts:1741
The offset in bytes of the array.
Inherited from
Section titled “Inherited from”constructor
Section titled “constructor”constructor:
StructConstructor<BufferView<any>>
Defined in: node_modules/memium/dist/structs.shared.d.ts:5
Inherited from
Section titled “Inherited from”VolumeDescriptor.constructor
readonlyname:string
Defined in: src/iso/VolumeDescriptor.ts:45
The name of the volume descriptor type, either ‘ISO9660’ or ‘Joliet’.
alignment
Section titled “alignment”
readonlystaticalignment:number
Defined in: node_modules/memium/dist/structs.shared.d.ts:11
Inherited from
Section titled “Inherited from”array?
Section titled “array?”
readonlystaticoptionalarray?:TypeArrayConstructor<BufferView<any> &ArrayBufferView<ArrayBufferLike>>
Defined in: node_modules/memium/dist/types.d.ts:14
Inherited from
Section titled “Inherited from”isDynamic?
Section titled “isDynamic?”
readonlystaticoptionalisDynamic?:boolean
Defined in: node_modules/memium/dist/structs.shared.d.ts:13
Inherited from
Section titled “Inherited from”isUnion
Section titled “isUnion”
readonlystaticisUnion:boolean
Defined in: node_modules/memium/dist/structs.shared.d.ts:12
Inherited from
Section titled “Inherited from”
staticname:string='PrimaryVolumeDescriptor'
Defined in: src/iso/VolumeDescriptor.ts:39
Overrides
Section titled “Overrides”
readonlystaticsize:number
Defined in: node_modules/memium/dist/types.d.ts:13
Inherited from
Section titled “Inherited from”Accessors
Section titled “Accessors”__padding__7
Section titled “__padding__7”Defined in: src/iso/VolumeDescriptor.ts:30
Inherited from
Section titled “Inherited from”__padding__72
Section titled “__padding__72”Defined in: src/iso/VolumeDescriptor.ts:101
_abstractFileIdentifier
Section titled “_abstractFileIdentifier”Defined in: src/iso/VolumeDescriptor.ts:208
_applicationIdentifier
Section titled “_applicationIdentifier”Defined in: src/iso/VolumeDescriptor.ts:196
_bibliographicFileIdentifier
Section titled “_bibliographicFileIdentifier”Defined in: src/iso/VolumeDescriptor.ts:214
_copyrightFileIdentifier
Section titled “_copyrightFileIdentifier”Defined in: src/iso/VolumeDescriptor.ts:202
_dataPreparerIdentifier
Section titled “_dataPreparerIdentifier”Defined in: src/iso/VolumeDescriptor.ts:190
_locationOfOptionalTypeMPathTable
Section titled “_locationOfOptionalTypeMPathTable”Defined in: src/iso/VolumeDescriptor.ts:158
_locationOfTypeMPathTable
Section titled “_locationOfTypeMPathTable”Defined in: src/iso/VolumeDescriptor.ts:152
_logicalBlockSizeBE
Section titled “_logicalBlockSizeBE”Defined in: src/iso/VolumeDescriptor.ts:131
_pathTableSizeBE
Section titled “_pathTableSizeBE”Defined in: src/iso/VolumeDescriptor.ts:137
_publisherIdentifier
Section titled “_publisherIdentifier”Defined in: src/iso/VolumeDescriptor.ts:184
Defined in: src/iso/VolumeDescriptor.ts:171
Directory entry for the root directory. Note that this is not an LBA address, it is the actual Directory Record, which contains a single byte Directory Identifier (0x00), hence the fixed 34 byte size.
_systemIdentifier
Section titled “_systemIdentifier”Defined in: src/iso/VolumeDescriptor.ts:80
The name of the system that can act upon sectors 0x00-0x0F for the volume.
_volumeIdentifier
Section titled “_volumeIdentifier”Defined in: src/iso/VolumeDescriptor.ts:92
Identification of this volume.
_volumeSequenceNumberBE
Section titled “_volumeSequenceNumberBE”Defined in: src/iso/VolumeDescriptor.ts:124
_volumeSetIdentifier
Section titled “_volumeSetIdentifier”Defined in: src/iso/VolumeDescriptor.ts:178
_volumeSetSizeBE
Section titled “_volumeSetSizeBE”Defined in: src/iso/VolumeDescriptor.ts:118
_volumeSpaceSizeBE
Section titled “_volumeSpaceSizeBE”Defined in: src/iso/VolumeDescriptor.ts:107
abstractFileIdentifier
Section titled “abstractFileIdentifier”Get Signature
Section titled “Get Signature”get abstractFileIdentifier():
string
Defined in: src/iso/VolumeDescriptor.ts:210
Returns
Section titled “Returns”string
applicationIdentifier
Section titled “applicationIdentifier”Get Signature
Section titled “Get Signature”get applicationIdentifier():
string
Defined in: src/iso/VolumeDescriptor.ts:198
Returns
Section titled “Returns”string
applicationUsed
Section titled “applicationUsed”Defined in: src/iso/VolumeDescriptor.ts:230
bibliographicFileIdentifier
Section titled “bibliographicFileIdentifier”Get Signature
Section titled “Get Signature”get bibliographicFileIdentifier():
string
Defined in: src/iso/VolumeDescriptor.ts:216
Returns
Section titled “Returns”string
copyrightFileIdentifier
Section titled “copyrightFileIdentifier”Get Signature
Section titled “Get Signature”get copyrightFileIdentifier():
string
Defined in: src/iso/VolumeDescriptor.ts:204
Returns
Section titled “Returns”string
dataPreparerIdentifier
Section titled “dataPreparerIdentifier”Get Signature
Section titled “Get Signature”get dataPreparerIdentifier():
string
Defined in: src/iso/VolumeDescriptor.ts:192
Returns
Section titled “Returns”string
escapeSequence
Section titled “escapeSequence”Defined in: src/iso/VolumeDescriptor.ts:112
This is only used by Joliet
fileStructureVersion
Section titled “fileStructureVersion”Defined in: src/iso/VolumeDescriptor.ts:228
locationOfOptionalTypeLPathTable
Section titled “locationOfOptionalTypeLPathTable”Defined in: src/iso/VolumeDescriptor.ts:150
LBA location of the optional path table. The path table pointed to contains only little-endian values. Zero means that no optional path table exists.
locationOfTypeLPathTable
Section titled “locationOfTypeLPathTable”Defined in: src/iso/VolumeDescriptor.ts:143
LBA location of the path table. The path table pointed to contains only little-endian values.
locationOfTypeMPathTable
Section titled “locationOfTypeMPathTable”Get Signature
Section titled “Get Signature”get locationOfTypeMPathTable():
number
Defined in: src/iso/VolumeDescriptor.ts:154
Returns
Section titled “Returns”number
logicalBlockSize
Section titled “logicalBlockSize”Defined in: src/iso/VolumeDescriptor.ts:130
The size in bytes of a logical block. NB: This means that a logical block on a CD could be something other than 2 KiB!
pathTableSize
Section titled “pathTableSize”Defined in: src/iso/VolumeDescriptor.ts:136
The size in bytes of the path table.
publisherIdentifier
Section titled “publisherIdentifier”Get Signature
Section titled “Get Signature”get publisherIdentifier():
string
Defined in: src/iso/VolumeDescriptor.ts:186
Returns
Section titled “Returns”string
reserved
Section titled “reserved”Defined in: src/iso/VolumeDescriptor.ts:232
Get Signature
Section titled “Get Signature”get root():
DirectoryRecord
Defined in: src/iso/VolumeDescriptor.ts:174
Returns
Section titled “Returns”standardIdentifier
Section titled “standardIdentifier”Defined in: src/iso/VolumeDescriptor.ts:26
Inherited from
Section titled “Inherited from”VolumeDescriptor.standardIdentifier
systemIdentifier
Section titled “systemIdentifier”Get Signature
Section titled “Get Signature”get systemIdentifier():
string
Defined in: src/iso/VolumeDescriptor.ts:85
The name of the system that can act upon sectors 0x00-0x0F for the volume.
Returns
Section titled “Returns”string
Defined in: src/iso/VolumeDescriptor.ts:24
Inherited from
Section titled “Inherited from”version
Section titled “version”Defined in: src/iso/VolumeDescriptor.ts:28
Inherited from
Section titled “Inherited from”volumeCreationDate
Section titled “volumeCreationDate”Defined in: src/iso/VolumeDescriptor.ts:220
volumeEffectiveDate
Section titled “volumeEffectiveDate”Defined in: src/iso/VolumeDescriptor.ts:226
volumeExpirationDate
Section titled “volumeExpirationDate”Defined in: src/iso/VolumeDescriptor.ts:224
volumeIdentifier
Section titled “volumeIdentifier”Get Signature
Section titled “Get Signature”get volumeIdentifier():
string
Defined in: src/iso/VolumeDescriptor.ts:97
Identification of this volume.
Returns
Section titled “Returns”string
volumeModificationDate
Section titled “volumeModificationDate”Defined in: src/iso/VolumeDescriptor.ts:222
volumeSequenceNumber
Section titled “volumeSequenceNumber”Defined in: src/iso/VolumeDescriptor.ts:123
The number of this disk in the Volume Set.
volumeSetIdentifier
Section titled “volumeSetIdentifier”Get Signature
Section titled “Get Signature”get volumeSetIdentifier():
string
Defined in: src/iso/VolumeDescriptor.ts:180
Returns
Section titled “Returns”string
volumeSetSize
Section titled “volumeSetSize”Defined in: src/iso/VolumeDescriptor.ts:117
The size of the set in this logical volume (number of disks).
volumeSpaceSize
Section titled “volumeSpaceSize”Defined in: src/iso/VolumeDescriptor.ts:106
Number of Logical Blocks in which the volume is recorded.
Methods
Section titled “Methods”_decode()
Section titled “_decode()”
protected_decode(data):string
Defined in: src/iso/VolumeDescriptor.ts:71
Parameters
Section titled “Parameters”Uint8Array
Returns
Section titled “Returns”string
getBigInt64()
Section titled “getBigInt64()”getBigInt64(
byteOffset,littleEndian?):bigint
Defined in: ../../node_modules/typescript/lib/lib.es2020.bigint.d.ts:732
Gets the BigInt64 value at the specified byte offset from the start of the view. There is no alignment constraint; multi-byte values may be fetched from any offset.
Parameters
Section titled “Parameters”byteOffset
Section titled “byteOffset”number
The place in the buffer at which the value should be retrieved.
littleEndian?
Section titled “littleEndian?”boolean
If false or undefined, a big-endian value should be read.
Returns
Section titled “Returns”bigint
Inherited from
Section titled “Inherited from”getBigUint64()
Section titled “getBigUint64()”getBigUint64(
byteOffset,littleEndian?):bigint
Defined in: ../../node_modules/typescript/lib/lib.es2020.bigint.d.ts:740
Gets the BigUint64 value at the specified byte offset from the start of the view. There is no alignment constraint; multi-byte values may be fetched from any offset.
Parameters
Section titled “Parameters”byteOffset
Section titled “byteOffset”number
The place in the buffer at which the value should be retrieved.
littleEndian?
Section titled “littleEndian?”boolean
If false or undefined, a big-endian value should be read.
Returns
Section titled “Returns”bigint
Inherited from
Section titled “Inherited from”getFloat16()
Section titled “getFloat16()”getFloat16(
byteOffset,littleEndian?):number
Defined in: ../../node_modules/typescript/lib/lib.es2025.float16.d.ts:434
Gets the Float16 value at the specified byte offset from the start of the view. There is no alignment constraint; multi-byte values may be fetched from any offset.
Parameters
Section titled “Parameters”byteOffset
Section titled “byteOffset”number
The place in the buffer at which the value should be retrieved.
littleEndian?
Section titled “littleEndian?”boolean
If false or undefined, a big-endian value should be read.
Returns
Section titled “Returns”number
Inherited from
Section titled “Inherited from”getFloat32()
Section titled “getFloat32()”getFloat32(
byteOffset,littleEndian?):number
Defined in: ../../node_modules/typescript/lib/lib.es5.d.ts:1754
Gets the Float32 value at the specified byte offset from the start of the view. There is no alignment constraint; multi-byte values may be fetched from any offset.
Parameters
Section titled “Parameters”byteOffset
Section titled “byteOffset”number
The place in the buffer at which the value should be retrieved.
littleEndian?
Section titled “littleEndian?”boolean
If false or undefined, a big-endian value should be read.
Returns
Section titled “Returns”number
Inherited from
Section titled “Inherited from”getFloat64()
Section titled “getFloat64()”getFloat64(
byteOffset,littleEndian?):number
Defined in: ../../node_modules/typescript/lib/lib.es5.d.ts:1762
Gets the Float64 value at the specified byte offset from the start of the view. There is no alignment constraint; multi-byte values may be fetched from any offset.
Parameters
Section titled “Parameters”byteOffset
Section titled “byteOffset”number
The place in the buffer at which the value should be retrieved.
littleEndian?
Section titled “littleEndian?”boolean
If false or undefined, a big-endian value should be read.
Returns
Section titled “Returns”number
Inherited from
Section titled “Inherited from”getInt16()
Section titled “getInt16()”getInt16(
byteOffset,littleEndian?):number
Defined in: ../../node_modules/typescript/lib/lib.es5.d.ts:1777
Gets the Int16 value at the specified byte offset from the start of the view. There is no alignment constraint; multi-byte values may be fetched from any offset.
Parameters
Section titled “Parameters”byteOffset
Section titled “byteOffset”number
The place in the buffer at which the value should be retrieved.
littleEndian?
Section titled “littleEndian?”boolean
If false or undefined, a big-endian value should be read.
Returns
Section titled “Returns”number
Inherited from
Section titled “Inherited from”getInt32()
Section titled “getInt32()”getInt32(
byteOffset,littleEndian?):number
Defined in: ../../node_modules/typescript/lib/lib.es5.d.ts:1784
Gets the Int32 value at the specified byte offset from the start of the view. There is no alignment constraint; multi-byte values may be fetched from any offset.
Parameters
Section titled “Parameters”byteOffset
Section titled “byteOffset”number
The place in the buffer at which the value should be retrieved.
littleEndian?
Section titled “littleEndian?”boolean
If false or undefined, a big-endian value should be read.
Returns
Section titled “Returns”number
Inherited from
Section titled “Inherited from”getInt8()
Section titled “getInt8()”getInt8(
byteOffset):number
Defined in: ../../node_modules/typescript/lib/lib.es5.d.ts:1769
Gets the Int8 value at the specified byte offset from the start of the view. There is no alignment constraint; multi-byte values may be fetched from any offset.
Parameters
Section titled “Parameters”byteOffset
Section titled “byteOffset”number
The place in the buffer at which the value should be retrieved.
Returns
Section titled “Returns”number
Inherited from
Section titled “Inherited from”getUint16()
Section titled “getUint16()”getUint16(
byteOffset,littleEndian?):number
Defined in: ../../node_modules/typescript/lib/lib.es5.d.ts:1799
Gets the Uint16 value at the specified byte offset from the start of the view. There is no alignment constraint; multi-byte values may be fetched from any offset.
Parameters
Section titled “Parameters”byteOffset
Section titled “byteOffset”number
The place in the buffer at which the value should be retrieved.
littleEndian?
Section titled “littleEndian?”boolean
If false or undefined, a big-endian value should be read.
Returns
Section titled “Returns”number
Inherited from
Section titled “Inherited from”getUint32()
Section titled “getUint32()”getUint32(
byteOffset,littleEndian?):number
Defined in: ../../node_modules/typescript/lib/lib.es5.d.ts:1807
Gets the Uint32 value at the specified byte offset from the start of the view. There is no alignment constraint; multi-byte values may be fetched from any offset.
Parameters
Section titled “Parameters”byteOffset
Section titled “byteOffset”number
The place in the buffer at which the value should be retrieved.
littleEndian?
Section titled “littleEndian?”boolean
If false or undefined, a big-endian value should be read.
Returns
Section titled “Returns”number
Inherited from
Section titled “Inherited from”getUint8()
Section titled “getUint8()”getUint8(
byteOffset):number
Defined in: ../../node_modules/typescript/lib/lib.es5.d.ts:1791
Gets the Uint8 value at the specified byte offset from the start of the view. There is no alignment constraint; multi-byte values may be fetched from any offset.
Parameters
Section titled “Parameters”byteOffset
Section titled “byteOffset”number
The place in the buffer at which the value should be retrieved.
Returns
Section titled “Returns”number
Inherited from
Section titled “Inherited from”locationOfOptionalTypeMPathTable()
Section titled “locationOfOptionalTypeMPathTable()”locationOfOptionalTypeMPathTable():
number
Defined in: src/iso/VolumeDescriptor.ts:160
Returns
Section titled “Returns”number
setBigInt64()
Section titled “setBigInt64()”setBigInt64(
byteOffset,value,littleEndian?):void
Defined in: ../../node_modules/typescript/lib/lib.es2020.bigint.d.ts:748
Stores a BigInt64 value at the specified byte offset from the start of the view.
Parameters
Section titled “Parameters”byteOffset
Section titled “byteOffset”number
The place in the buffer at which the value should be set.
bigint
The value to set.
littleEndian?
Section titled “littleEndian?”boolean
If false or undefined, a big-endian value should be written.
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”setBigUint64()
Section titled “setBigUint64()”setBigUint64(
byteOffset,value,littleEndian?):void
Defined in: ../../node_modules/typescript/lib/lib.es2020.bigint.d.ts:756
Stores a BigUint64 value at the specified byte offset from the start of the view.
Parameters
Section titled “Parameters”byteOffset
Section titled “byteOffset”number
The place in the buffer at which the value should be set.
bigint
The value to set.
littleEndian?
Section titled “littleEndian?”boolean
If false or undefined, a big-endian value should be written.
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”setFloat16()
Section titled “setFloat16()”setFloat16(
byteOffset,value,littleEndian?):void
Defined in: ../../node_modules/typescript/lib/lib.es2025.float16.d.ts:442
Stores an Float16 value at the specified byte offset from the start of the view.
Parameters
Section titled “Parameters”byteOffset
Section titled “byteOffset”number
The place in the buffer at which the value should be set.
number
The value to set.
littleEndian?
Section titled “littleEndian?”boolean
If false or undefined, a big-endian value should be written.
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”setFloat32()
Section titled “setFloat32()”setFloat32(
byteOffset,value,littleEndian?):void
Defined in: ../../node_modules/typescript/lib/lib.es5.d.ts:1815
Stores an Float32 value at the specified byte offset from the start of the view.
Parameters
Section titled “Parameters”byteOffset
Section titled “byteOffset”number
The place in the buffer at which the value should be set.
number
The value to set.
littleEndian?
Section titled “littleEndian?”boolean
If false or undefined, a big-endian value should be written.
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”setFloat64()
Section titled “setFloat64()”setFloat64(
byteOffset,value,littleEndian?):void
Defined in: ../../node_modules/typescript/lib/lib.es5.d.ts:1823
Stores an Float64 value at the specified byte offset from the start of the view.
Parameters
Section titled “Parameters”byteOffset
Section titled “byteOffset”number
The place in the buffer at which the value should be set.
number
The value to set.
littleEndian?
Section titled “littleEndian?”boolean
If false or undefined, a big-endian value should be written.
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”setInt16()
Section titled “setInt16()”setInt16(
byteOffset,value,littleEndian?):void
Defined in: ../../node_modules/typescript/lib/lib.es5.d.ts:1838
Stores an Int16 value at the specified byte offset from the start of the view.
Parameters
Section titled “Parameters”byteOffset
Section titled “byteOffset”number
The place in the buffer at which the value should be set.
number
The value to set.
littleEndian?
Section titled “littleEndian?”boolean
If false or undefined, a big-endian value should be written.
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”setInt32()
Section titled “setInt32()”setInt32(
byteOffset,value,littleEndian?):void
Defined in: ../../node_modules/typescript/lib/lib.es5.d.ts:1846
Stores an Int32 value at the specified byte offset from the start of the view.
Parameters
Section titled “Parameters”byteOffset
Section titled “byteOffset”number
The place in the buffer at which the value should be set.
number
The value to set.
littleEndian?
Section titled “littleEndian?”boolean
If false or undefined, a big-endian value should be written.
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”setInt8()
Section titled “setInt8()”setInt8(
byteOffset,value):void
Defined in: ../../node_modules/typescript/lib/lib.es5.d.ts:1830
Stores an Int8 value at the specified byte offset from the start of the view.
Parameters
Section titled “Parameters”byteOffset
Section titled “byteOffset”number
The place in the buffer at which the value should be set.
number
The value to set.
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”setUint16()
Section titled “setUint16()”setUint16(
byteOffset,value,littleEndian?):void
Defined in: ../../node_modules/typescript/lib/lib.es5.d.ts:1861
Stores an Uint16 value at the specified byte offset from the start of the view.
Parameters
Section titled “Parameters”byteOffset
Section titled “byteOffset”number
The place in the buffer at which the value should be set.
number
The value to set.
littleEndian?
Section titled “littleEndian?”boolean
If false or undefined, a big-endian value should be written.
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”setUint32()
Section titled “setUint32()”setUint32(
byteOffset,value,littleEndian?):void
Defined in: ../../node_modules/typescript/lib/lib.es5.d.ts:1869
Stores an Uint32 value at the specified byte offset from the start of the view.
Parameters
Section titled “Parameters”byteOffset
Section titled “byteOffset”number
The place in the buffer at which the value should be set.
number
The value to set.
littleEndian?
Section titled “littleEndian?”boolean
If false or undefined, a big-endian value should be written.
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”setUint8()
Section titled “setUint8()”setUint8(
byteOffset,value):void
Defined in: ../../node_modules/typescript/lib/lib.es5.d.ts:1853
Stores an Uint8 value at the specified byte offset from the start of the view.
Parameters
Section titled “Parameters”byteOffset
Section titled “byteOffset”number
The place in the buffer at which the value should be set.
number
The value to set.
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”toString()
Section titled “toString()”toString():
string
Defined in: src/iso/VolumeDescriptor.ts:234
Returns a string representation of an object.
Returns
Section titled “Returns”string
staticget(this,buffer,offset):BufferView<any> &ArrayBufferView<ArrayBufferLike>
Defined in: node_modules/memium/dist/types.d.ts:17
Get a value from a buffer
Parameters
Section titled “Parameters”void
buffer
Section titled “buffer”ArrayBufferLike
offset
Section titled “offset”number
Returns
Section titled “Returns”BufferView<any> & ArrayBufferView<ArrayBufferLike>
Inherited from
Section titled “Inherited from”
staticset(this,buffer,offset,value):void
Defined in: node_modules/memium/dist/types.d.ts:19
Set a value in a buffer
Parameters
Section titled “Parameters”void
buffer
Section titled “buffer”ArrayBufferLike
offset
Section titled “offset”number
BufferView<any> & ArrayBufferView<ArrayBufferLike>
Returns
Section titled “Returns”void