类 InspectedContent.InspectingOutputStream
java.lang.Object
java.io.OutputStream
cn.taketoday.buildpack.platform.io.InspectedContent.InspectingOutputStream
- 所有已实现的接口:
Closeable,Flushable,AutoCloseable
- 封闭类:
- InspectedContent
Internal
OutputStream used to capture the content either as bytes, or to a
File if the content is too large.-
字段概要
字段修饰符和类型字段说明private OutputStreamprivate final InspectedContent.Inspector[]private final byte[]private intprivate File -
构造器概要
构造器 -
方法概要
从类继承的方法 java.io.OutputStream
close, flush, nullOutputStream, write
-
字段详细资料
-
inspectors
-
size
private int size -
delegate
-
tempFile
-
singleByteBuffer
private final byte[] singleByteBuffer
-
-
构造器详细资料
-
InspectingOutputStream
-
-
方法详细资料
-
write
- 指定者:
write在类中OutputStream- 抛出:
IOException
-
write
- 覆盖:
write在类中OutputStream- 抛出:
IOException
-
convertToTempFile
- 抛出:
IOException
-
getContent
-
getSize
private int getSize()
-