Class StringIO
In: lib/em/protocols/postgres3.rb
Parent: Object

@private

Methods

Public Instance methods

read_exactly_n_bytes(n)

Alias for readbytes

Reads exactly n bytes.

If the data read is nil an EOFError is raised.

If the data read is too short an IOError is raised

[Validate]