GreedyOutput.writeExact

Write to stream from a source array. The provided src content will be written in full to the output.

This differs from write in that it will throw an exception where an Eof condition is reached before output has completed.

class GreedyOutput
final
writeExact
(
void[] src
)

Meta