public class PrintfUtils extends Object
| Constructor and Description |
|---|
PrintfUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
printf(Writer w,
String format,
Object... args) |
static void |
printfInd(Writer w,
int indentation,
String format,
Object... args) |
static void |
printfIndLn(Writer w,
int indentation,
String format,
Object... args) |
static void |
printfLn(Writer w,
String format,
Object... args) |
public static void printfIndLn(Writer w, int indentation, String format, Object... args) throws IOException
IOExceptionpublic static void printf(Writer w, String format, Object... args) throws IOException
IOExceptionpublic static void printfLn(Writer w, String format, Object... args) throws IOException
IOExceptionpublic static void printfInd(Writer w, int indentation, String format, Object... args) throws IOException
IOExceptionCopyright © 2018 Siemens AG. All rights reserved.