module BinData::IO::UnSeekableIO

def num_bytes_remaining

def num_bytes_remaining
  raise IOError, "stream is unseekable"
end