Package com.biglybt.core.stats.impl
Class StatsWriterImpl
java.lang.Object
com.biglybt.core.xml.util.XUXmlWriter
com.biglybt.core.stats.impl.StatsWriterImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate String
formatDate
(long millis) protected void
protected void
write
(OutputStream os) protected void
writeRawCookedAverageTag
(String tag, long raw) protected void
writeRawCookedDateTag
(String tag, long raw) protected void
writeRawCookedElapsedTag
(String tag, long raw) protected void
writeRawCookedTag
(String tag, long raw) protected void
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 Details
-
core
-
-
Constructor Details
-
StatsWriterImpl
-
-
Method Details
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
writeSupport
protected void writeSupport() -
writeRawCookedTag
-
writeRawCookedAverageTag
-
writeRawCookedElapsedTag
-
formatDate
-
writeRawCookedDateTag
-