Class RollingFileAppender.CountingOutputStream

java.lang.Object
java.io.OutputStream
org.apache.log4j.rolling.RollingFileAppender.CountingOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
Enclosing class:
RollingFileAppender

private static class RollingFileAppender.CountingOutputStream extends OutputStream
Wrapper for OutputStream that will report all write operations back to this class for file length calculations.