Module IOExtras::AbstractInputStream
In: lib/zip/ioextras.rb

Implements many of the convenience methods of IO such as gets, getc, readline and readlines depends on: input_finished?, produce_input and read

Methods

each   each_line   flush   gets   new   read   readline   readlines  

Included Modules

Enumerable FakeIO

Attributes

lineno  [RW] 

Public Class methods

Public Instance methods

each(aSepString = $/)

Alias for each_line

[Validate]