Module IOExtensions
In: lib/archive/support/ioextensions.rb

IOExtensions provides convenience wrappers for certain IO functionality.

Methods

Public Class methods

Reads and returns exactly length bytes from io using the read method on io. If there is insufficient data available, an EOFError is raised.

[Validate]