lapisx.io
Class Line

java.lang.Object
  extended bylapisx.io.Line

public abstract class Line
extends Object


Constructor Summary
Line()
           
 
Method Summary
static String readLine(InputStream in, int max)
           
static void writeLine(OutputStream out, String line)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Line

public Line()
Method Detail

readLine

public static String readLine(InputStream in,
                              int max)
                       throws IOException
Throws:
IOException

writeLine

public static void writeLine(OutputStream out,
                             String line)
                      throws IOException
Throws:
IOException