GreedyInput.readExact

Read from a stream into a target array. The provided dst will be fully populated with content from the input.

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

class GreedyInput
final
readExact
(
void[] dst
)

Meta