BaseXDecoder class
Constructors
- BaseXDecoder(String alphabet)
Properties
Methods
-
bind(
Stream< String> stream) → Stream<Uint8List> -
Transforms the provided
stream
.inherited -
cast<
RS, RT> () → Converter< RS, RT> -
Provides a
Converter<RS, RT>
view of this stream transformer.inherited -
convert(
String input) → Uint8List -
An exception is thrown if
input
starts or ends with a space or has a character whose codeUnit is greater than 255.override -
fuse<
TT> (Converter< Uint8List, TT> other) → Converter<String, TT> -
Fuses
this
withother
.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startChunkedConversion(
Sink< Uint8List> sink) → Sink<String> -
Starts a chunked conversion.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited