Uses of Interface
jsdsi.sexp.SexpOutput

Packages that use SexpOutput
jsdsi.sexp   
jsdsi.xml   
 

Uses of SexpOutput in jsdsi.sexp
 

Methods in jsdsi.sexp that return SexpOutput
 SexpOutput SexpOutputStream.toReadable(int offset, int width, int last)
          Returns a new SexpOutput object that writes S-expressions to this stream in readable form.
 SexpOutput SexpOutputStream.toCanonical()
          Returns a new SexpOutput object that writes S-expressions to this stream in canonical form.
 SexpOutput SexpOutputStream.toTransport()
          Returns a new SexpOutput object that writes S-expressions to this stream in transport form.
 

Uses of SexpOutput in jsdsi.xml
 

Classes in jsdsi.xml that implement SexpOutput
 class XmlWriter
           
 



Copyright © 2002-2006 JSDSI. All Rights Reserved.