OutputStream.finalize

Flushes and finalizes the stream.

Finalize has to be called on certain types of streams. No writes are possible after a call to finalize().

interface OutputStream
@safe
void
finalize
()

Meta