Constructors
constructor
- new Decoder(input: Uint8Array<ArrayBufferLike>): Decoder
Parameters
- input: Uint8Array<ArrayBufferLike>
Accessors
eof
- get eof(): boolean
Returns boolean
Methods
read
- read(): Tlv
Returns Tlv
TLV structure.
throwUnlessEof
- throwUnlessEof(): void
Returns void
TLV decoder.