org.freecompany.util.xml.editor

Class XmlEditor.CountingOutputStream

private static class XmlEditor.CountingOutputStream extends FilterOutputStream

Constructor Summary
CountingOutputStream()
CountingOutputStream(OutputStream out)
Method Summary
voidflush()
longsize()
voidwrite(int b)
voidwrite(byte[] b, int off, int len)

Constructor Detail

CountingOutputStream

public CountingOutputStream()

CountingOutputStream

public CountingOutputStream(OutputStream out)

Method Detail

flush

public void flush()

size

public long size()

write

public void write(int b)

write

public void write(byte[] b, int off, int len)