Class PrettyFramePrinter


  • public class PrettyFramePrinter
    extends Object
    PrettyFramePrinter will analyze the content of a RawFrame and print it in a pretty human readable manner to a given PrintStream output.
    • Constructor Detail

      • PrettyFramePrinter

        public PrettyFramePrinter​(Logger out)
        Create a new PrettyFramePrinter that will print on the given output.
        Parameters:
        out - the PrintStream to produce the output
      • PrettyFramePrinter

        public PrettyFramePrinter()
        Equivalent to PrettyFramePrinter(System.out).
    • Method Detail

      • print

        public void print​(RawFrame f)
        Print a frame.
        Parameters:
        f - the frame to print