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, setErrorHandlerpublic CountingQuietWriter(java.io.Writer writer,
ErrorHandler eh)
public void write(java.lang.String string)
write in class QuietWriterpublic long getCount()
public void setCount(long count)