类 AbstractLogger.LoggingStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
org.coodex.jaxrs.logging.AbstractLogger.LoggingStream
- 所有已实现的接口:
Closeable,Flushable,AutoCloseable
- 封闭类:
- AbstractLogger
Helper class used to log an entity to the output stream up to the specified maximum number of bytes.
-
字段概要
从类继承的字段 java.io.FilterOutputStream
out -
构造器概要
构造器构造器说明LoggingStream(StringBuilder b, OutputStream inner) CreatesLoggingStreamwith the entity and the underlying output stream as parameters. -
方法概要
从类继承的方法 java.io.FilterOutputStream
close, flush, write, write从类继承的方法 java.io.OutputStream
nullOutputStream
-
构造器详细资料
-
LoggingStream
CreatesLoggingStreamwith the entity and the underlying output stream as parameters.- 参数:
b- contains the entity to log.inner- the underlying output stream.
-
-
方法详细资料
-
getStringBuilder
-
write
- 覆盖:
write在类中FilterOutputStream- 抛出:
IOException
-