js.tinyvm
Class BinaryReport

java.lang.Object
  extended by js.tinyvm.BinaryReport

public class BinaryReport
extends java.lang.Object

Class for creating a report of a binary.


Constructor Summary
BinaryReport(Binary binary)
          Constructor.
 
Method Summary
 void report(java.io.Writer writer)
          Create report.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryReport

public BinaryReport(Binary binary)
Constructor.

Parameters:
binary - binary to create report from.
Method Detail

report

public void report(java.io.Writer writer)
            throws TinyVMException
Create report.

Parameters:
writer - writer to write result to
Throws:
TinyVMException