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

Methods

_write   new  

Constants

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

Public Class methods

handle:stream to write to.

Protected Instance methods

value:Value or values to write [Number or Array of Number].
size:Size of each data item in bytes.
format:Format string for each data item (See Array#pack).

[Validate]