BmpString
Extends
LocalBmpStringValueBlock
Constructors
new BmpString()
new BmpString(
__namedParameters
):BmpString
Parameters
__namedParameters
LocalSimpleStringBlockParams
= {}
Returns
Overrides
LocalBmpStringValueBlock.constructor
Properties
blockLength
blockLength:
number
Inherited from
LocalBmpStringValueBlock.blockLength
error
error:
string
Inherited from
LocalBmpStringValueBlock.error
idBlock
idBlock:
LocalIdentificationBlock
Inherited from
LocalBmpStringValueBlock.idBlock
lenBlock
lenBlock:
LocalLengthBlock
Inherited from
LocalBmpStringValueBlock.lenBlock
name
name:
string
Inherited from
LocalBmpStringValueBlock.name
optional
optional:
boolean
Inherited from
LocalBmpStringValueBlock.optional
primitiveSchema?
optional
primitiveSchema:BaseBlock
<ValueBlock
,LocalBaseBlockJson
>
Inherited from
LocalBmpStringValueBlock.primitiveSchema
valueBeforeDecodeView
valueBeforeDecodeView:
Uint8Array
Since
3.0.0
Inherited from
LocalBmpStringValueBlock.valueBeforeDecodeView
valueBlock
valueBlock:
LocalSimpleStringValueBlock
Inherited from
LocalBmpStringValueBlock.valueBlock
warnings
warnings:
string
[]
Inherited from
LocalBmpStringValueBlock.warnings
NAME
static
NAME:string
="BMPString"
Overrides
LocalBmpStringValueBlock.NAME
Accessors
valueBeforeDecode
Get Signature
get valueBeforeDecode():
ArrayBuffer
Deprecated
since version 3.0.0
Returns
ArrayBuffer
Set Signature
set valueBeforeDecode(
value
):void
Deprecated
since version 3.0.0
Parameters
value
ArrayBuffer
Returns
void
Inherited from
LocalBmpStringValueBlock.valueBeforeDecode
Methods
fromBER()
fromBER(
inputBuffer
,inputOffset
,inputLength
):number