org.hsqldb.lib
Class StringInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byorg.hsqldb.lib.StringInputStream
Direct Known Subclasses:
AsciiStringInputStream

public class StringInputStream
extends java.io.InputStream

minimal InputStream subclass to fetch bytes form a String

Author:
fredt@users.sourceforge.net

Constructor Summary
StringInputStream(java.lang.String s)
           
 
Method Summary
 int available()
           
 int read()
           
 
Methods inherited from class java.io.InputStream
close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringInputStream

public StringInputStream(java.lang.String s)
Method Detail

read

public int read()
         throws java.io.IOException
Throws:
java.io.IOException

available

public int available()
              throws java.io.IOException
Throws:
java.io.IOException


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