public interface _Private_ByteTransferSink
_Private_ByteTransferReader that funnels data
to an binary Ion target.| Modifier and Type | Method and Description |
|---|---|
void |
writeBytes(byte[] data,
int off,
int len)
Writes the given data to the sink.
|