module BinData::IO::Common::SeekableStream

def read_raw(n)

def read_raw(n)
  @raw_io.read(n)
end