Uses of Class
com.aoapps.lang.io.NullPrintWriter
-
Packages that use NullPrintWriter Package Description com.aoapps.lang.io -
-
Uses of NullPrintWriter in com.aoapps.lang.io
Methods in com.aoapps.lang.io that return NullPrintWriter Modifier and Type Method Description NullPrintWriterNullPrintWriter. append(char c)NullPrintWriterNullPrintWriter. append(CharSequence csq)NullPrintWriterNullPrintWriter. append(CharSequence csq, int start, int end)NullPrintWriterNullPrintWriter. format(String format, Object... args)NullPrintWriterNullPrintWriter. format(Locale l, String format, Object... args)static NullPrintWriterNullPrintWriter. getInstance()NullPrintWriterNullPrintWriter. printf(String format, Object... args)NullPrintWriterNullPrintWriter. printf(Locale l, String format, Object... args)
-