Maven module :un.storage : archive-xz :
Class :
un.storage.archive.xz.CountingOutputStream
Extends/Implements :
un.storage.archive.xz.FinishableOutputStream
Subclasses : -
Variables : -
Functions :
CountingOutputStream,
write,
write,
flush,
close,
getSize
public void
CountingOutputStream (OutputStream out)
public void
write (int b)
public void
write (byte[] b, int off, int len)
public void
flush ()
public void
close ()
public long
getSize ()
The
finishmethod does nothing.This is
FinishableOutputStreaminsteadof
OutputStreamsolely because it allowsusing this as the output stream for a chain of raw filters.