writeUnsignedShortArray

Writes a char array to the OutputStream

Since

0.1.0

Parameters

b

The char array to write

Throws

If the offset or the length is out of bounds

If the array is null

If an I/O error occurs

If the length is negative


Writes a char array to the OutputStream

Since

0.1.0

Parameters

b

The char array to write

off

The offset to start writing

len

The length of the array to write

Throws

If the array is null

If the offset or the length is out of bounds

If an I/O error occurs

If the length is negative


Writes a char array to the OutputStream

Since

0.1.0

Parameters

b

The char array to write

Throws

If the array is null

If the offset or the length is out of bounds

If an I/O error occurs

If the length is negative