br.com.oncast.dev.lobo.io
Class OutputStreamProfileWriter

java.lang.Object
  extended by br.com.oncast.dev.lobo.io.OutputStreamProfileWriter
All Implemented Interfaces:
ProfileWriter

public class OutputStreamProfileWriter
extends java.lang.Object
implements ProfileWriter

ProfileWriter for XML file.


Constructor Summary
OutputStreamProfileWriter(java.io.OutputStream stream)
          Creates a new instance of OutputStreamProfileWriter.
 
Method Summary
 void write(ProfileReport profileReport)
          Write a ProfileReport into a File.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputStreamProfileWriter

public OutputStreamProfileWriter(java.io.OutputStream stream)
Creates a new instance of OutputStreamProfileWriter.

Parameters:
stream -
Method Detail

write

public void write(ProfileReport profileReport)
           throws LoboIOException
Description copied from interface: ProfileWriter
Write a ProfileReport into a File.

Specified by:
write in interface ProfileWriter
Parameters:
profileReport - the ProfileReport to save.
Throws:
LoboIOException
See Also:
br.com.oncast.dev.lobo.io.ProfileWriter#write(java.io.File,br.com.oncast.dev.lobo.eval.bean.ProfileReport)