readAll

Reads the rest of the stream.

T[]
readAll
(
T = ubyte
Stream
)
(
auto ref Stream stream
,
long upTo = long.max
)
if (
isSource!Stream &&
isSeekable!Stream
)

Meta