org.hsqldb.lib
Class InOutUtil

java.lang.Object
  extended byorg.hsqldb.lib.InOutUtil

public class InOutUtil
extends Object

Input / Output utility

Since:
1.7.2
Version:
1.7.2
Author:
fredt@users

Constructor Summary
InOutUtil()
           
 
Method Summary
static int readLine(InputStream in, OutputStream out)
          Implementation only supports unix line-end format and is suitable for processing HTTP and other network protocol communications.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InOutUtil

public InOutUtil()
Method Detail

readLine

public static int readLine(InputStream in,
                           OutputStream out)
                    throws IOException
Implementation only supports unix line-end format and is suitable for processing HTTP and other network protocol communications. Reads and writes a line of data. Returns the number of bytes read/written.

Throws:
IOException


Copyright © 2001 - 2004 HSQL Development Group. All Rights Reserved.