Skip to main content

Class: UniversalString

Hierarchy

  • LocalUniversalStringValueBlock

    UniversalString

Constructors

constructor

new UniversalString(«destructured»?): UniversalString

Parameters

NameType
«destructured»LocalSimpleStringBlockParams

Returns

UniversalString

Overrides

LocalUniversalStringValueBlock.constructor

Properties

blockLength

blockLength: number

Inherited from

LocalUniversalStringValueBlock.blockLength


error

error: string

Inherited from

LocalUniversalStringValueBlock.error


idBlock

idBlock: LocalIdentificationBlock

Inherited from

LocalUniversalStringValueBlock.idBlock


lenBlock

lenBlock: LocalLengthBlock

Inherited from

LocalUniversalStringValueBlock.lenBlock


name

name: string

Inherited from

LocalUniversalStringValueBlock.name


optional

optional: boolean

Inherited from

LocalUniversalStringValueBlock.optional


primitiveSchema

Optional primitiveSchema: BaseBlock<ValueBlock, LocalBaseBlockJson>

Inherited from

LocalUniversalStringValueBlock.primitiveSchema


valueBeforeDecodeView

valueBeforeDecodeView: Uint8Array

Since

3.0.0

Inherited from

LocalUniversalStringValueBlock.valueBeforeDecodeView


valueBlock

valueBlock: LocalSimpleStringValueBlock

Inherited from

LocalUniversalStringValueBlock.valueBlock


warnings

warnings: string[]

Inherited from

LocalUniversalStringValueBlock.warnings


NAME

Static NAME: string = "UniversalString"

Overrides

LocalUniversalStringValueBlock.NAME

Accessors

valueBeforeDecode

get valueBeforeDecode(): ArrayBuffer

Returns

ArrayBuffer

Deprecated

since version 3.0.0

Inherited from

LocalUniversalStringValueBlock.valueBeforeDecode

set valueBeforeDecode(value): void

Parameters

NameType
valueArrayBuffer

Returns

void

Deprecated

since version 3.0.0

Inherited from

LocalUniversalStringValueBlock.valueBeforeDecode

Methods

fromBER

fromBER(inputBuffer, inputOffset, inputLength): number

Parameters

NameType
inputBufferUint8Array | ArrayBuffer
inputOffsetnumber
inputLengthnumber

Returns

number

Inherited from

LocalUniversalStringValueBlock.fromBER


fromBuffer

fromBuffer(inputBuffer): void

Parameters

NameType
inputBufferUint8Array | ArrayBuffer

Returns

void

Inherited from

LocalUniversalStringValueBlock.fromBuffer


fromString

fromString(inputString): void

Parameters

NameType
inputStringstring

Returns

void

Inherited from

LocalUniversalStringValueBlock.fromString


getValue

getValue(): string

String value

Returns

string

Since

3.0.0

Inherited from

LocalUniversalStringValueBlock.getValue


isEqual

isEqual(other): other is UniversalString

Determines whether two object instances are equal

Parameters

NameTypeDescription
otherunknownObject to compare with the current object

Returns

other is UniversalString

Inherited from

LocalUniversalStringValueBlock.isEqual


onAsciiEncoding

onAsciiEncoding(): string

Returns

string

Inherited from

LocalUniversalStringValueBlock.onAsciiEncoding


setValue

setValue(value): void

String value

Parameters

NameTypeDescription
valuestringString value

Returns

void

Since

3.0.0

Inherited from

LocalUniversalStringValueBlock.setValue


toBER

toBER(sizeOnly?, writer?): ArrayBuffer

Parameters

NameType
sizeOnly?boolean
writer?ViewWriter

Returns

ArrayBuffer

Inherited from

LocalUniversalStringValueBlock.toBER


toJSON

toJSON(): BaseBlockJson<LocalStringValueBlockJson>

Returns

BaseBlockJson<LocalStringValueBlockJson>

Inherited from

LocalUniversalStringValueBlock.toJSON


toString

toString(encoding?): string

Parameters

NameTypeDefault value
encodingStringEncoding"ascii"

Returns

string

Inherited from

LocalUniversalStringValueBlock.toString


blockName

blockName(): string

Aux function, need to get a block name. Need to have it here for inheritance

Returns

string

Returns name of the block

Inherited from

LocalUniversalStringValueBlock.blockName