ByteStream.fromFile

Reads a stream from file. if successful, seek and maxSize are set to 0;

class ByteStream
bool
fromFile
(
string fname
)

Return Value

Type: bool

true if done successfully, false if not

Meta