类 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
所有已实现的接口:
Closeable, Flushable, AutoCloseable
封闭类:
FileDownload

static class FileDownload.DownloadCountingOutputStream extends org.apache.commons.io.output.CountingOutputStream
  • 字段详细资料

  • 构造器详细资料

    • DownloadCountingOutputStream

      public DownloadCountingOutputStream(OutputStream p_193509_)
  • 方法详细资料

    • setListener

      public void setListener(ActionListener p_87017_)
    • afterWrite

      protected void afterWrite(int p_87019_) throws IOException
      覆盖:
      afterWrite 在类中 org.apache.commons.io.output.ProxyOutputStream
      抛出:
      IOException