|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.io.InputStream
|
+--org.hsqldb.lib.StringInputStream
minimal InputStream subclass to fetch bytes form a String
| 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 |
public StringInputStream(java.lang.String s)
| Method Detail |
public int read()
throws java.io.IOException
read in class java.io.InputStream
public int available()
throws java.io.IOException
available in class java.io.InputStream
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||