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

java.lang.Object
  extended by org.gudy.azureus2.core3.stats.impl.StatsWriterStreamerImpl
All Implemented Interfaces:
StatsWriterStreamer

public class StatsWriterStreamerImpl
extends Object
implements StatsWriterStreamer


Field Summary
protected  AzureusCore core
           
 
Constructor Summary
StatsWriterStreamerImpl(AzureusCore _core)
           
 
Method Summary
 void write(OutputStream output_stream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

core

protected final AzureusCore core
Constructor Detail

StatsWriterStreamerImpl

public StatsWriterStreamerImpl(AzureusCore _core)
Method Detail

write

public void write(OutputStream output_stream)
           throws IOException
Specified by:
write in interface StatsWriterStreamer
Throws:
IOException