Package com.biglybt.core.stats.impl
Class StatsWriterImpl
- java.lang.Object
-
- com.biglybt.core.xml.util.XUXmlWriter
-
- com.biglybt.core.stats.impl.StatsWriterImpl
-
public class StatsWriterImpl extends XUXmlWriter
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
StatsWriterImpl(Core _core)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private java.lang.String
formatDate(long millis)
protected void
write(java.io.File to_file)
protected void
write(java.io.OutputStream os)
protected void
writeRawCookedAverageTag(java.lang.String tag, long raw)
protected void
writeRawCookedDateTag(java.lang.String tag, long raw)
protected void
writeRawCookedElapsedTag(java.lang.String tag, long raw)
protected void
writeRawCookedTag(java.lang.String tag, long raw)
protected void
writeSupport()
-
Methods inherited from class com.biglybt.core.xml.util.XUXmlWriter
closeOutputStream, encodeBytes, escapeXML, exdent, flushOutputStream, indent, resetIndent, setGenericSimple, setOutputStream, setOutputWriter, splitWithEscape, unescapeXML, writeGeneric, writeGeneric, writeGeneric, writeGeneric, writeGeneric, writeGeneric, writeGenericMapEntry, writeLineEscaped, writeLineRaw, writeLocalisableTag, writeTag, writeTag, writeTag, writeTag
-
-
-
-
Field Detail
-
core
final Core core
-
-
Constructor Detail
-
StatsWriterImpl
protected StatsWriterImpl(Core _core)
-
-
Method Detail
-
write
protected void write(java.io.File to_file) throws java.io.IOException
- Throws:
java.io.IOException
-
write
protected void write(java.io.OutputStream os) throws java.io.IOException
- Throws:
java.io.IOException
-
writeSupport
protected void writeSupport()
-
writeRawCookedTag
protected void writeRawCookedTag(java.lang.String tag, long raw)
-
writeRawCookedAverageTag
protected void writeRawCookedAverageTag(java.lang.String tag, long raw)
-
writeRawCookedElapsedTag
protected void writeRawCookedElapsedTag(java.lang.String tag, long raw)
-
formatDate
private java.lang.String formatDate(long millis)
-
writeRawCookedDateTag
protected void writeRawCookedDateTag(java.lang.String tag, long raw)
-
-