1. public PrintStream printf(String format, Object ... args) {
    2. return format(format, args);
    3. }