public class CountingQuietWriter extends QuietWriter
| Modifier and Type | Field and Description |
|---|---|
protected long |
count |
errorHandlerout| Constructor and Description |
|---|
CountingQuietWriter(Writer writer,
ErrorHandler eh) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount() |
void |
setCount(long count) |
void |
write(String string) |
flush, setErrorHandlerclose, write, write, writepublic CountingQuietWriter(Writer writer, ErrorHandler eh)
public void write(String string)
write in class QuietWriterpublic long getCount()
public void setCount(long count)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.