Class java.io.InputStream
Added Methods | |
---|---|
InputStream nullInputStream ()
|
|
byte[] readAllBytes ()
|
|
byte[] readNBytes (int )
|
|
int readNBytes (byte[], int, int )
|
|
long transferTo (OutputStream )
|