|
Venice 0.7beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.mov.portfolio.PortfolioReader
public class PortfolioReader
This class parses portfolios written in XML format.
Portfolio
,
PortfolioWriter
Method Summary | |
---|---|
static Portfolio |
read(java.io.InputStream stream)
Read and parse the portfolio in XML format from the input stream and return the portfolio object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Portfolio read(java.io.InputStream stream) throws java.io.IOException, PortfolioParserException
stream
- the input stream containing the portfolio in XML format
java.io.IOException
- if there was an I/O error reading from the stream.
PortfolioParserException
- if there was an error parsing the portfolio.
|
Venice 0.7beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |