com.exponto.jstock.obsolete
Class ReadYahooFile

java.lang.Object
  extended bycom.exponto.jstock.obsolete.ReadYahooFile

public class ReadYahooFile
extends java.lang.Object


Constructor Summary
ReadYahooFile()
          Creates a new instance
 
Method Summary
 LogDataSeries readSeries(java.lang.String fN, int numberToGet)
          Read data from file and store the result.
 java.lang.String readString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadYahooFile

public ReadYahooFile()
Creates a new instance

Method Detail

readSeries

public LogDataSeries readSeries(java.lang.String fN,
                                int numberToGet)
                         throws TickerNotFoundException
Read data from file and store the result. This one is for "Yahoo" format (or similar). This is very close to ReadNetfonds file and they should be joined DONE and this class is no obsolete

Throws:
TickerNotFoundException

readString

public final java.lang.String readString()


Copyright © 2004 Kaare Ranum