- java.lang.Object
-
- au.notzed.dez.demo.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
-
-
Field Summary
-
Fields inherited from interface au.notzed.dez.DEZFormat
ADDR_ABSOLUTE, ADDR_RELATIVE, ADDR_SIGN, MAGIC, OP_ADD, OP_COPY, OP_DUAL_COPY, OP_EXT, OP_RUN, OP_SINGLE, OP_SINGLE_LIMIT, OP_SINGLE_SPLIT
-
-
Constructor Summary
Constructors Constructor Description DEZPrinter(byte[] patch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
print()
Dumps the patch details to System.out.void
print(java.io.PrintStream out)
Dumps the patch details to the given stream.
-