class BinData::Choice

def do_read(io) #:nodoc:

:nodoc:
def do_read(io) #:nodoc:
  hook_before_do_read
  current_choice.do_read(io)
end