ByteConversionSinkBase class

This class provides a base-class for converters that need to accept byte inputs.

This class provides a base-class for converters that need to accept byte inputs.

Extends:

Constructors

ByteConversionSinkBase ( )

Instance 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.