org.stringtree.tract
Class StampedFileTractWriter
java.lang.Object
org.stringtree.tract.StampedFileTractWriter
public class StampedFileTractWriter
- extends java.lang.Object
Method Summary |
static void |
stamp(Tract tract,
java.lang.String name)
|
static void |
store(java.lang.String name,
Tract tract,
java.io.OutputStream out,
Fetcher context)
|
static void |
store(java.lang.String name,
Tract tract,
java.io.OutputStream out,
StringFinder context)
|
static void |
store(Tract tract,
java.io.File file,
Fetcher context)
|
static void |
store(Tract tract,
java.io.File file,
StringFinder context)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StampedFileTractWriter
public StampedFileTractWriter()
stamp
public static void stamp(Tract tract,
java.lang.String name)
store
public static void store(java.lang.String name,
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.File file,
Fetcher context)
throws java.io.IOException
- Throws:
java.io.IOException
store
public static void store(java.lang.String name,
Tract tract,
java.io.OutputStream out,
StringFinder context)
throws java.io.IOException
- Throws:
java.io.IOException
store
public static void store(Tract tract,
java.io.File file,
StringFinder context)
throws java.io.IOException
- Throws:
java.io.IOException