protected static class AbstractLogger.LoggingStream extends FilterOutputStream
out| 构造器和说明 |
|---|
LoggingStream(StringBuilder b,
OutputStream inner)
Creates
LoggingStream with the entity and the underlying output stream as parameters. |
public LoggingStream(StringBuilder b, OutputStream inner)
LoggingStream with the entity and the underlying output stream as parameters.b - contains the entity to log.inner - the underlying output stream.public StringBuilder getStringBuilder(Charset charset)
public void write(int i)
throws IOException
write 在类中 FilterOutputStreamIOExceptionCopyright © 2022. All rights reserved.