Class StatsWriterImpl

java.lang.Object
com.biglybt.core.xml.util.XUXmlWriter
com.biglybt.core.stats.impl.StatsWriterImpl

public class StatsWriterImpl extends XUXmlWriter
  • Field Details

    • core

      final Core core
  • Constructor Details

    • StatsWriterImpl

      protected StatsWriterImpl(Core _core)
  • Method Details

    • write

      protected void write(File to_file) 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)
    • writeRawCookedElapsedTag

      protected void writeRawCookedElapsedTag(String tag, long raw)
    • formatDate

      private String formatDate(long millis)
    • writeRawCookedDateTag

      protected void writeRawCookedDateTag(String tag, long raw)