类 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
-
字段概要
字段从类继承的字段 java.io.FilterOutputStream
out
-
构造器概要
构造器 -
方法概要
从类继承的方法 org.apache.commons.io.output.CountingOutputStream
beforeWrite, getByteCount, getCount, resetByteCount, resetCount
从类继承的方法 org.apache.commons.io.output.ProxyOutputStream
close, flush, handleIOException, write, write, write
从类继承的方法 java.io.OutputStream
nullOutputStream
-
字段详细资料
-
listener
-
-
构造器详细资料
-
DownloadCountingOutputStream
-
-
方法详细资料
-
setListener
-
afterWrite
- 覆盖:
afterWrite
在类中org.apache.commons.io.output.ProxyOutputStream
- 抛出:
IOException
-