module BinData::IO::Common::SeekableStream

def stream_init

def stream_init
  @initial_pos = @raw_io.pos
end