Package com.amazon.ion.impl
Interface _Private_ByteTransferSink
-
public interface _Private_ByteTransferSink
A destination sink that can be fed bytes. The typical usage is a_Private_ByteTransferReader
that funnels data to an binary Ion target.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
writeBytes(byte[] data, int off, int len)
Writes the given data to the sink.
-