class BytestreamReader::UndefinedEndianness

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

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/bytestream-reader.rb, line 37
def initialize
  super("Requested default-endianness reads but no endianness defined")
end