henplus
Class HistoryWriter
java.lang.Object
henplus.HistoryWriter
public class HistoryWriter
- extends Object
A utility class that writes the history. This especially handles
multiline elements. This should be some Reader/Writer, that handles
reading/writing of escaped lines. For now, it is just a collection
of static methods. Quick hack to make storing of multiline statements
work..
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HistoryWriter
public HistoryWriter()
writeReadlineHistory
public static void writeReadlineHistory(OutputStream out)
throws IOException
- Throws:
IOException
readReadlineHistory
public static void readReadlineHistory(InputStream in)
throws IOException
- Throws:
IOException
? 1997..2006 Henner Zeller