org.hsqldb.lib
Class AsciiStringInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byorg.hsqldb.lib.StringInputStream
          extended byorg.hsqldb.lib.AsciiStringInputStream

public class AsciiStringInputStream
extends StringInputStream

minimal InputStream subclass to fetch low order bytes form a String

Author:
fredt@users

Constructor Summary
AsciiStringInputStream(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

AsciiStringInputStream

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

read

public int read()
         throws java.io.IOException
Overrides:
read in class StringInputStream
Throws:
java.io.IOException

available

public int available()
              throws java.io.IOException
Overrides:
available in class StringInputStream
Throws:
java.io.IOException


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