Dart SDK
dart:convert
ByteConversionSinkBase
class
ByteConversionSinkBase
Constructors
Methods
Constructors
ByteConversionSinkBase
Methods
add
close
addSlice
This class provides a base-class for converters that need to accept byte inputs.
Extends
Object
ChunkedConversionSink
<
List
<
int
>>
ByteConversionSink
ByteConversionSinkBase
Constructors
ByteConversionSinkBase
()
Methods
add
(
List
<
int
>
chunk
) →
void
Adds chunked data to this sink.
close
(
) →
void
Closes the sink.
addSlice
(
List
<
int
>
chunk
,
int
start
,
int
end
,
bool
isLast
) →
void
Adds the next [chunk] to this.