Exception: BytestreamReader::UndefinedEndianness

Inherits:
Exception
  • Object
show all
Defined in:
lib/bytestream-reader.rb

Overview

This exists in the documentation but not in implementation (?!)

Instance Method Summary collapse

Constructor Details

#initializeUndefinedEndianness

Returns a new instance of UndefinedEndianness.



38
39
40
# File 'lib/bytestream-reader.rb', line 38

def initialize
  super("Requested default-endianness reads but no endianness defined")
end