Class DumpHelper


  • class DumpHelper
    extends java.lang.Object
    A helper class for the 'Table.dumpTo' method. This provides variables static methods for formating the contents of a table and outputting it to an output stream.
    • Constructor Summary

      Constructors 
      Constructor Description
      DumpHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static void dump​(Table table, java.io.PrintStream out)
      Dumps the contents of a table to the given output stream.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DumpHelper

        DumpHelper()
    • Method Detail

      • dump

        static void dump​(Table table,
                         java.io.PrintStream out)
        Dumps the contents of a table to the given output stream. It uses a very simple method to format the text.