org.apache.log4j.helpers
Class CountingQuietWriter
java.lang.Object
  
java.io.Writer
      
java.io.FilterWriter
          
org.apache.log4j.helpers.QuietWriter
              
org.apache.log4j.helpers.CountingQuietWriter
- All Implemented Interfaces: 
 - Closeable, Flushable, Appendable
 
public class CountingQuietWriter
- extends QuietWriter
 
Counts the number of bytes written.
- Since:
 
  - 0.8.1
 
- Author:
 
  - Heinz Richter, heinz.richter@frogdot.com
 
| 
Field Summary | 
protected  long | 
count
 
            | 
 
 
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
count
protected long count
CountingQuietWriter
public CountingQuietWriter(Writer writer,
                           ErrorHandler eh)
write
public void write(String string)
- Overrides:
 write in class QuietWriter
 
 
getCount
public long getCount()
 
setCount
public void setCount(long count)
 
Copyright 2000-2005 Apache Software Foundation.