class BinData::Buffer::BufferIO

def read(n)

def read(n)
  nbytes = buffer_limited_n(n)
  @bytes_remaining -= nbytes
  chain_read(nbytes)
end