Class FileDownload.DownloadCountingOutputStream

All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
Enclosing class:
FileDownload

@Environment(CLIENT) private static class FileDownload.DownloadCountingOutputStream extends CountingOutputStream
Mappings:
Namespace Name
named net/minecraft/client/realms/FileDownload$DownloadCountingOutputStream
intermediary net/minecraft/class_4333$class_4334
official fyo$a
  • Field Details

    • status

      Mappings:
      Namespace Name Mixin selector
      named status Lnet/minecraft/client/realms/FileDownload$DownloadCountingOutputStream;status:Lnet/minecraft/client/realms/gui/screen/RealmsDownloadLatestWorldScreen$DownloadStatus;
      intermediary field_64189 Lnet/minecraft/class_4333$class_4334;field_64189:Lnet/minecraft/class_4392$class_4393;
      official a Lfyo$a;a:Lgbj$a;
  • Constructor Details

    • DownloadCountingOutputStream

      public DownloadCountingOutputStream(OutputStream stream, RealmsDownloadLatestWorldScreen.DownloadStatus status)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/realms/FileDownload$DownloadCountingOutputStream;<init>(Ljava/io/OutputStream;Lnet/minecraft/client/realms/gui/screen/RealmsDownloadLatestWorldScreen$DownloadStatus;)V
      intermediary <init> Lnet/minecraft/class_4333$class_4334;<init>(Ljava/io/OutputStream;Lnet/minecraft/class_4392$class_4393;)V
      official <init> Lfyo$a;<init>(Ljava/io/OutputStream;Lgbj$a;)V
  • Method Details

    • afterWrite

      protected void afterWrite(int n) throws IOException
      Overrides:
      afterWrite in class ProxyOutputStream
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      named afterWrite Lnet/minecraft/client/realms/FileDownload$DownloadCountingOutputStream;afterWrite(I)V
      intermediary afterWrite Lnet/minecraft/class_4333$class_4334;afterWrite(I)V
      official afterWrite Lfyo$a;afterWrite(I)V