Flowdock
method

readbytes

Importance_1
Ruby latest stable (v2_5_5) - 0 notes - Class: IO

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.

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.