module BinData::CheckOrAdjustOffsetMixin

def do_read_with_adjust_offset(io) #:nodoc:

:nodoc:
def do_read_with_adjust_offset(io) #:nodoc:
  adjust_offset(io)
  do_read_without_adjust_offset(io)
end