Interface FinishableStream

    • Method Detail

      • finish

        long finish()
             throws java.io.IOException
        Reads remaining data and returns size of all data processed by this stream.
        Returns:
        size of data in bytes
        Throws:
        java.io.IOException - if input/output error occurs
      • getProcessedSize

        long getProcessedSize()
        Returns size of data processed so far.
        Returns:
        size of data in bytes