org.gudy.azureus2.core3.stats.impl
Class StatsWriterImpl

java.lang.Object
  extended by org.gudy.azureus2.core3.xml.util.XUXmlWriter
      extended by org.gudy.azureus2.core3.stats.impl.StatsWriterImpl

public class StatsWriterImpl
extends XUXmlWriter


Constructor Summary
protected StatsWriterImpl(AzureusCore _core)
           
 
Method Summary
protected  void write(OutputStream os)
           
protected  void write(String file_name)
           
protected  void writeRawCookedAverageTag(String tag, long raw)
           
protected  void writeRawCookedTag(String tag, long raw)
           
protected  void writeSupport()
           
 
Methods inherited from class org.gudy.azureus2.core3.xml.util.XUXmlWriter
closeOutputStream, encodeBytes, escapeXML, exdent, flushOutputStream, getUTF, indent, resetIndent, setGenericSimple, setOutputStream, setOutputWriter, splitWithEscape, unescapeXML, writeGeneric, writeGeneric, writeGeneric, writeGeneric, writeGeneric, writeGeneric, writeGenericMapEntry, writeLineEscaped, writeLineRaw, writeLocalisableTag, writeTag, writeTag, writeTag, writeTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatsWriterImpl

protected StatsWriterImpl(AzureusCore _core)
Method Detail

write

protected void write(String file_name)
              throws IOException
Throws:
IOException

write

protected void write(OutputStream os)
              throws IOException
Throws:
IOException

writeSupport

protected void writeSupport()

writeRawCookedTag

protected void writeRawCookedTag(String tag,
                                 long raw)

writeRawCookedAverageTag

protected void writeRawCookedAverageTag(String tag,
                                        long raw)