module BinData::CheckOrAdjustOffsetMixin

def do_read_with_check_offset(io) #:nodoc:

:nodoc:
def do_read_with_check_offset(io) #:nodoc:
  check_offset(io)
  do_read_without_check_offset(io)
end