Package com.mckoi.database
Class DumpHelper
- java.lang.Object
-
- com.mckoi.database.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.
-
-
-
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.
-
-