class BinData::Buffer::BufferIO

def initialize(length)

def initialize(length)
  super()
  @bytes_remaining = length
end