public final class StringInputStream
extends java.io.InputStream
StringBufferInputStream.
If we use the StringBufferInputStream class in the generated code,
it will cause warnings. That's why this class is re-implemented| Constructor and Description |
|---|
StringInputStream(java.lang.String _str) |
public int available()
available in class java.io.InputStreampublic int read()
read in class java.io.InputStreampublic int read(byte[] buf)
read in class java.io.InputStreampublic int read(byte[] buf,
int offset,
int len)
read in class java.io.InputStream