public class PrettyFramePrinter extends Object
RawFrame
and print it in a pretty human readable manner to a given PrintStream
output.Constructor and Description |
---|
PrettyFramePrinter()
Equivalent to
PrettyFramePrinter(System.out) . |
PrettyFramePrinter(Logger out)
Create a new PrettyFramePrinter that will print on the given output.
|
public PrettyFramePrinter()
PrettyFramePrinter(System.out)
.public PrettyFramePrinter(Logger out)
out
- the PrintStream to produce the outputpublic void print(RawFrame f)
f
- the frame to print