Constructs lexer stream.
Creates an input lexer to use. By default, creates UcChargeLexer instance.
Optional
writableStrategy: QueuingStrategy<string>An object that optionally defines a queuing strategy for the input (chunks) stream.
Optional
Optional
readableStrategy: QueuingStrategy<UcToken>An object that optionally defines a queuing strategy for the output (tokens) stream.
Optional
Readonly
readableReadonly
writableGenerated using TypeDoc
A stream that transforms input chunks to URI charge tokens.
Utilizes URI charge lexer internally.