module BinData::IO::Read::UnSeekableStream

def offset

up when reading bitfields.
Returns the current offset of the io stream. Offset will be rounded
def offset
  @read_count ||= 0
end