writeStringUTF8

Writes a string to the OutputStream

Since

0.1.0

Parameters

str

The string to write

Throws

If an I/O error occurs


fun writeStringUTF8(str: CharSequence, off: Int, len: Int)(source)

Writes a string to the OutputStream

Since

0.1.0

Parameters

str

The string to write

off

The offset to start writing

len

The length of the string to write

Throws

If an I/O error occurs

If the string is null

If the offset or the length is out of bounds

If the length is negative