Module BinaryReader
In: lib/facets/more/binaryreader.rb

BinaryReader

This mixin solely depends on method read(n), which must be defined in the class/module where you mix in this module.

Methods

Classes and Modules

Module BinaryReader::ByteOrder

Public Instance methods

default is native byte-order

byteorder()

Alias for byte_order

byteorder=(new_byteorder)

Alias for byte_order=

read_uint8()

Alias for read_word8

read exactly n characters, otherwise raise an exception.

[Validate]