Class FileDownload.DownloadCountingOutputStream

java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
org.apache.commons.io.output.ProxyOutputStream
org.apache.commons.io.output.CountingOutputStream
com.mojang.realmsclient.client.FileDownload.DownloadCountingOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
Enclosing class:
FileDownload

class FileDownload.DownloadCountingOutputStream extends org.apache.commons.io.output.CountingOutputStream
  • Field Details

  • Constructor Details

    • DownloadCountingOutputStream

      public DownloadCountingOutputStream(OutputStream p_i51649_2_)
  • Method Details

    • setListener

      public void setListener(ActionListener p_224804_1_)
    • afterWrite

      protected void afterWrite(int p_afterWrite_1_) throws IOException
      Overrides:
      afterWrite in class org.apache.commons.io.output.ProxyOutputStream
      Throws:
      IOException