startChunkedConversion method

Start a chunked conversion. While it accepts any Sink taking List's, the optimal sink to be passed as sink is a ByteConversionSink.

ByteConversionSink startChunkedConversion(
Sink<List<int>> sink
)

Start a chunked conversion. While it accepts any Sink taking List<int>'s, the optimal sink to be passed as sink is a ByteConversionSink.