public class BoundedCharsAsEncodedBytesCounter
extends java.lang.Object
| Constructor and Description |
|---|
BoundedCharsAsEncodedBytesCounter(int capacity,
java.lang.String encoding) |
| Modifier and Type | Method and Description |
|---|---|
java.io.Writer |
getCountingWriter() |
int |
size() |
void |
update(char[] buf) |
void |
update(char[] buf,
int off,
int len) |
void |
update(java.lang.String str) |