class BinData::BasePrimitive

def do_write(io) # :nodoc:

:nodoc:
def do_write(io) # :nodoc:
  io.writebytes(value_to_binary_string(_value))
end