Function OutputStream.finalize
Flushes and finalizes the stream.
abstract void finalize() @safe;
Finalize has to be called on certain types of streams. No writes are possible after a call to finalize().
Flushes and finalizes the stream.
abstract void finalize() @safe;
Finalize has to be called on certain types of streams. No writes are possible after a call to finalize().