Class DEZPrinter

  • All Implemented Interfaces:
    DEZFormat

    public class DEZPrinter
    extends java.lang.Object
    implements DEZFormat
    Prints a DEZ patch.

    Displays the editing commands and some stats.

    See Also:
    DEZEncoder
    • Constructor Detail

      • DEZPrinter

        public DEZPrinter​(byte[] patch)
    • Method Detail

      • print

        public void print()
        Dumps the patch details to System.out.
      • print

        public void print​(java.io.PrintStream out)
        Dumps the patch details to the given stream.
        Parameters:
        out - Output stream.