close

expect open override fun close()(source)

Closes the resource releasing any system resources that may be allocated to this BufferedWriteStream. Subsequent invocations do nothing.

Any buffered data is written to the underlying stream via flush prior to closing.

See also

Throws

If an I/O error occurs.

actual open override fun close()(source)

Closes the resource releasing any system resources that may be allocated to this BufferedWriteStream. Subsequent invocations do nothing.

Any buffered data is written to the underlying stream via flush prior to closing.

See also

Throws

If an I/O error occurs.

actual open override fun close()(source)

Closes the resource releasing any system resources that may be allocated to this BufferedWriteStream. Subsequent invocations do nothing.

Any buffered data is written to the underlying stream via flush prior to closing.

See also

Throws

If an I/O error occurs.