org.stringtree.tract
Class TractWriter

java.lang.Object
  extended by org.stringtree.tract.TractWriter
Direct Known Subclasses:
FileTractWriter

public class TractWriter
extends java.lang.Object


Constructor Summary
TractWriter()
           
 
Method Summary
static java.lang.String asString(Tract tract)
           
static void store(Tract tract, java.io.OutputStream out, Fetcher context)
           
static void store(Tract tract, java.io.OutputStream out, StringFinder context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TractWriter

public TractWriter()
Method Detail

store

public static void store(Tract tract,
                         java.io.OutputStream out,
                         Fetcher context)
                  throws java.io.IOException
Throws:
java.io.IOException

store

public static void store(Tract tract,
                         java.io.OutputStream out,
                         StringFinder context)
                  throws java.io.IOException
Throws:
java.io.IOException

asString

public static java.lang.String asString(Tract tract)