henplus
Class HistoryWriter

java.lang.Object
  extended by 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..


Constructor Summary
HistoryWriter()
           
 
Method Summary
static void readReadlineHistory(InputStream in)
           
static void writeReadlineHistory(OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoryWriter

public HistoryWriter()
Method Detail

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