serf.data.storage.impl
Class PrintRecordsFromYahooData

java.lang.Object
  extended by serf.data.io.ParseYahooData
      extended by serf.data.storage.impl.PrintRecordsFromYahooData

public class PrintRecordsFromYahooData
extends ParseYahooData


Constructor Summary
PrintRecordsFromYahooData(java.lang.String[] srcs)
           
PrintRecordsFromYahooData(java.lang.String[] srcs, int maxcount)
           
PrintRecordsFromYahooData(java.lang.String[] srcs, int[] mcPerFile)
           
PrintRecordsFromYahooData(java.lang.String[] srcs, RecordFilter rf)
           
PrintRecordsFromYahooData(java.lang.String[] srcs, RecordFilter rf, int maxcount)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintRecordsFromYahooData

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

PrintRecordsFromYahooData

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

PrintRecordsFromYahooData

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

PrintRecordsFromYahooData

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

PrintRecordsFromYahooData

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