module BinData::IO::Read::UnSeekableStream

def num_bytes_remaining

The number of bytes remaining in the input stream.
def num_bytes_remaining
  raise IOError, "stream is unseekable"
end