EndianInput.read

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

Returns the number of bytes read, which may be less than requested in dst (or IOStream.Eof for end-of-flow). Note that a trailing partial element will be placed into dst, but the returned length will effectively ignore it.

class EndianInput(T)
final override
read
(
void[] dst
)

Meta