juglr
Class JSonBoxWriter

java.lang.Object
  extended by juglr.JSonBoxWriter
All Implemented Interfaces:
BoxWriter

public class JSonBoxWriter
extends java.lang.Object
implements BoxWriter

FIXME: Missing class docs for juglr.JSonBoxWriter

Since:
Feb 17, 2010
Author:
Mikkel Kamstrup Erlandsen

Constructor Summary
JSonBoxWriter()
           
 
Method Summary
 BoxWriter write(Box box, java.lang.Appendable out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSonBoxWriter

public JSonBoxWriter()
Method Detail

write

public BoxWriter write(Box box,
                       java.lang.Appendable out)
                throws java.io.IOException
Specified by:
write in interface BoxWriter
Throws:
java.io.IOException