std.stream.Stream.Length - nitrologic/monkey2 GitHub Wiki
std::std.stream.std.stream.Stream.Length
monkey:monkey.types.Int
Property Length:Current stream length.
In the case of non-seekable streams, Length
is the number of bytes that can be read from the stream without 'blocking'.