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 StringformatDate(long millis) protected voidprotected voidwrite(OutputStream os) protected voidwriteRawCookedAverageTag(String tag, long raw) protected voidwriteRawCookedDateTag(String tag, long raw) protected voidwriteRawCookedElapsedTag(String tag, long raw) protected voidwriteRawCookedTag(String tag, long raw) protected voidMethods inherited from class 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
-