Class BinaryIO::BinaryReader
In: ../lib/roller/BinaryIO/BinaryReader.rb
Parent: Object

Methods

_read   new  

Constants

CONFIG = 'BinaryIO.yaml'   Config file containing info about the types of data to be read.

Public Class methods

handle:stream to read from.

Protected Instance methods

n:Number of data items to read.
size:Size of each data item in bytes.
format:Format string for each data item (See String#unpack).

[Validate]