public class CountingQuietWriter extends QuietWriter
Modifier and Type | Field and Description |
---|---|
protected long |
count |
errorHandler
Constructor and Description |
---|
CountingQuietWriter(java.io.Writer writer,
ErrorHandler eh) |
Modifier and Type | Method and Description |
---|---|
long |
getCount() |
void |
setCount(long count) |
void |
write(java.lang.String string) |
flush, setErrorHandler
public CountingQuietWriter(java.io.Writer writer, ErrorHandler eh)
public void write(java.lang.String string)
write
in class QuietWriter
public long getCount()
public void setCount(long count)