toByteArrayStream abstract method

void toByteArrayStream(
  1. ByteSink out
)

Writes the current object to the output stream.

@param out the output stream receiving the object @throws IOException if an exception occurs while writing to the stream

Implementation

void toByteArrayStream(ByteSink out);