类 SourceHttpMessageConverter.CountingOutputStream
java.lang.Object
java.io.OutputStream
cn.taketoday.http.converter.xml.SourceHttpMessageConverter.CountingOutputStream
- 所有已实现的接口:
Closeable,Flushable,AutoCloseable
- 封闭类:
- SourceHttpMessageConverter<T extends Source>
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
从类继承的方法 java.io.OutputStream
close, flush, nullOutputStream
-
字段详细资料
-
count
long count
-
-
构造器详细资料
-
CountingOutputStream
private CountingOutputStream()
-
-
方法详细资料
-
write
- 指定者:
write在类中OutputStream- 抛出:
IOException
-
write
- 覆盖:
write在类中OutputStream- 抛出:
IOException
-
write
- 覆盖:
write在类中OutputStream- 抛出:
IOException
-