org.jactr.io.antlr3.writer.bin
Class BinaryModelWriter

java.lang.Object
  extended by org.jactr.io.antlr3.writer.bin.BinaryModelWriter
All Implemented Interfaces:
IModelWriter

public class BinaryModelWriter
extends java.lang.Object
implements IModelWriter

Author:
developer

Constructor Summary
BinaryModelWriter()
           
 
Method Summary
 void write(org.antlr.runtime.tree.CommonTree modelDescriptor, java.io.OutputStream outputStream)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryModelWriter

public BinaryModelWriter()
Method Detail

write

public void write(org.antlr.runtime.tree.CommonTree modelDescriptor,
                  java.io.OutputStream outputStream)
           throws java.io.IOException
Specified by:
write in interface IModelWriter
Throws:
java.io.IOException
See Also:
IModelWriter.write(org.antlr.runtime.tree.CommonTree, java.io.OutputStream)