js.tinyvm
Class BinaryReport
java.lang.Object
js.tinyvm.BinaryReport
public class BinaryReport
- extends Object
Class for creating a report of a binary.
- Rating

Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BinaryReport
public BinaryReport(Binary binary)
- Constructor.
- Parameters:
binary
- binary to create report from.
report
public void report(Writer writer)
throws TinyVMException
- Create report.
- Parameters:
writer
- writer to write result to
- Throws:
TinyVMException