Venice 0.7beta

org.mov.portfolio
Class PortfolioWriter

java.lang.Object
  extended by org.mov.portfolio.PortfolioWriter

public class PortfolioWriter
extends java.lang.Object

This class writes portfolios in XML format.

Author:
Andrew Leppard
See Also:
Portfolio, PortfolioReader

Method Summary
static void write(Portfolio portfolio, java.io.OutputStream stream)
          Write the portfolio to the output stream in XML format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

write

public static void write(Portfolio portfolio,
                         java.io.OutputStream stream)
Write the portfolio to the output stream in XML format.

Parameters:
portfolio - the portfolio to write
stream - the output stream to write the portfolio.

Venice 0.7beta