class BinData::IO::Read

def read(n = nil)

def read(n = nil)
  read_raw(buffer_limited_n(n))
end