org.hsqldb.lib
Class AsciiStringInputStream
java.lang.Object
java.io.InputStream
org.hsqldb.lib.StringInputStream
org.hsqldb.lib.AsciiStringInputStream
- public class AsciiStringInputStream
- extends StringInputStream
minimal InputStream subclass to fetch low order bytes form a String
- Version:
- 1.7.0
- Author:
- fredt@users
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsciiStringInputStream
public AsciiStringInputStream(String s)
read
public int read()
throws IOException
- Overrides:
read
in class StringInputStream
- Throws:
IOException
available
public int available()
throws IOException
- Overrides:
available
in class StringInputStream
- Throws:
IOException
Copyright © 2001 - 2004 HSQL Development Group. All Rights Reserved.