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