Package com.mojang.realmsclient.client
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:
java.io.Closeable
,java.io.Flushable
,java.lang.AutoCloseable
- Enclosing class:
- FileDownload
class FileDownload.DownloadCountingOutputStream extends org.apache.commons.io.output.CountingOutputStream
-
-
Field Summary
Fields Modifier and Type Field Description private java.awt.event.ActionListener
listener
-
Constructor Summary
Constructors Constructor Description DownloadCountingOutputStream(java.io.OutputStream p_i51649_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
afterWrite(int p_afterWrite_1_)
void
setListener(java.awt.event.ActionListener p_224804_1_)
-
Methods inherited from class org.apache.commons.io.output.CountingOutputStream
beforeWrite, getByteCount, getCount, resetByteCount, resetCount
-
-