serf.data.storage.impl
Class GetRecordsFromYahooData

java.lang.Object
  extended by serf.data.io.ParseYahooData
      extended by serf.data.storage.impl.GetRecordsFromYahooData
All Implemented Interfaces:
DataSource

public class GetRecordsFromYahooData
extends ParseYahooData
implements DataSource


Constructor Summary
GetRecordsFromYahooData(java.lang.String[] srcs)
           
GetRecordsFromYahooData(java.lang.String[] srcs, int maxcount)
           
GetRecordsFromYahooData(java.lang.String[] srcs, int[] mcPerFile)
           
GetRecordsFromYahooData(java.lang.String[] srcs, RecordFilter rf)
           
GetRecordsFromYahooData(java.lang.String[] srcs, RecordFilter rf, int maxcount)
           
 
Method Summary
 java.util.Set<Record> getAllRecords()
           
 java.util.Iterator iterator()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetRecordsFromYahooData

public GetRecordsFromYahooData(java.lang.String[] srcs,
                               RecordFilter rf,
                               int maxcount)
                        throws java.io.IOException
Throws:
java.io.IOException

GetRecordsFromYahooData

public GetRecordsFromYahooData(java.lang.String[] srcs,
                               RecordFilter rf)
                        throws java.io.IOException
Throws:
java.io.IOException

GetRecordsFromYahooData

public GetRecordsFromYahooData(java.lang.String[] srcs)
                        throws java.io.IOException
Throws:
java.io.IOException

GetRecordsFromYahooData

public GetRecordsFromYahooData(java.lang.String[] srcs,
                               int maxcount)
                        throws java.io.IOException
Throws:
java.io.IOException

GetRecordsFromYahooData

public GetRecordsFromYahooData(java.lang.String[] srcs,
                               int[] mcPerFile)
                        throws java.io.IOException
Throws:
java.io.IOException
Method Detail

iterator

public java.util.Iterator iterator()
Specified by:
iterator in interface DataSource

getAllRecords

public java.util.Set<Record> getAllRecords()
Specified by:
getAllRecords in interface DataSource