Class java.io.StringBufferInputStream
| Changed Constructors | ||
|---|---|---|
StringBufferInputStream(String) |
Now deprecated. |
|
| Changed Methods | ||
|---|---|---|
int available() |
Now deprecated. |
|
void reset() |
Now deprecated. |
|
long skip(long) |
Now deprecated. |
|
int read() |
Now deprecated. |
|
int read(byte[], |
Now deprecated. |
|
| Changed Fields | ||
|---|---|---|
String buffer |
Now deprecated. |
|
int count |
Now deprecated. |
|
int pos |
Now deprecated. |
|
