Package | Description |
---|---|
java.io |
Input/Output support
|
java.lang |
Core Java classes
|
Modifier and Type | Method and Description |
---|---|
void |
OutputStream.write(byte[] b,
int off,
int len)
This method writes
len bytes from the specified array
b starting at index off into the array. |
Modifier and Type | Class and Description |
---|---|
class |
ArrayIndexOutOfBoundsException |
class |
StringIndexOutOfBoundsException |