public class PrettyPrint
extends java.lang.Object
| Constructor and Description |
|---|
PrettyPrint() |
| Modifier and Type | Method and Description |
|---|---|
static void |
print(java.lang.Object o)
Prettyprint directly to the standard output.
|
static void |
print(java.lang.Object o,
java.io.OutputStream outs,
boolean typeheader)
Prettyprint the object to the outputstream.
|
static void |
print(java.lang.Object o,
java.io.Writer writer,
boolean typeheader)
Prettyprint the object to the writer.
|
static java.lang.String |
printToStr(java.lang.Object o)
Prettyprint into a string, no type header.
|
public static java.lang.String printToStr(java.lang.Object o)
public static void print(java.lang.Object o)
throws java.io.IOException
java.io.IOExceptionpublic static void print(java.lang.Object o,
java.io.OutputStream outs,
boolean typeheader)
throws java.io.IOException
java.io.IOExceptionpublic static void print(java.lang.Object o,
java.io.Writer writer,
boolean typeheader)
throws java.io.IOException
java.io.IOExceptionCopyright © 2019. All Rights Reserved.