Package android.util
Class PrefixPrinter
- java.lang.Object
-
- android.util.PrefixPrinter
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Printercreate(Printer printer, String prefix)Creates a new PrefixPrinter.voidprintln(String str)Write a line of text to the output.
-