Flowdock
method

readbytes

Importance_1
v1_8_6_287 - Show latest stable - 0 notes - Class: IO
readbytes(n) public

Reads exactly n bytes.

If the data read is nil an EOFError is raised.

If the data read is too short a TruncatedDataError is raised and the read data is obtainable via its #data method.

Show source
Register or log in to add new notes.