Class java.io.ByteArrayInputStream
Added Methods | |
---|---|
int read (byte[], |
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 mark (int ) |
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.
|