Class java.io.StringBufferInputStream
| Added Methods | |
|---|---|
int read(byte[], int, int)
|
|
| Changed Methods | ||
|---|---|---|
int available()
|
Change in exceptions thrown from java.io.IOException to no exceptions.Method was inherited from java.io.InputStream, but is now defined locally.
|
|
void reset()
|
Change in exceptions thrown from java.io.IOException to no exceptions.Method was inherited from java.io.InputStream, but is now defined locally.
|
|
long skip(long)
|
Change in exceptions thrown from java.io.IOException to no exceptions.Method was inherited from java.io.InputStream, but is now defined locally.
|
|