module BinData::IO::Common::SeekableStream

def offset_raw

def offset_raw
  @raw_io.pos - @initial_pos
end