Maven module :un.storage : archive-xz :
Class : un.storage.archive.xz.CountingOutputStream
Extends/Implements : un.storage.archive.xz.FinishableOutputStream
Subclasses : -

Counts the number of bytes written to an output stream.


The finish method does nothing.
This is FinishableOutputStream instead
of OutputStream solely because it allows
using this as the output stream for a chain of raw filters.



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 ()