Maven module :un.storage : archive-xz :
Class : un.storage.archive.xz.FinishableOutputStream
Extends/Implements : java.io.OutputStream
Subclasses : -

Output stream that supports finishing without closing
the underlying stream.


Variables : -
Functions : finish




Finish the stream without closing the underlying stream.
No more data may be written to the stream after finishing.


The finish method of FinishableOutputStream
does nothing. Subclasses should override it if they need finishing
support, which is the case, for example, with compressors.

@throws IOException

public void finish ()