org.freecompany.util.xml.editor
private static class XmlEditor.CountingOutputStream extends FilterOutputStream
| Constructor Summary | |
|---|---|
| CountingOutputStream() | |
| CountingOutputStream(OutputStream out) | |
| Method Summary | |
|---|---|
| void | flush() |
| long | size() |
| void | write(int b) |
| void | write(byte[] b, int off, int len) |