public class DirectorySource extends java.lang.Object implements DataEntrySource
DataEntry instances to DataEntryReader
instances.| Constructor and Description |
|---|
DirectorySource(java.io.File directory)
Creates a new DirectorySource for the given directory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
pumpDataEntries(DataEntryReader dataEntryReader)
Applies the given DataEntryReader to all data entries that the
implementation can provide.
|
public DirectorySource(java.io.File directory)
public void pumpDataEntries(DataEntryReader dataEntryReader) throws java.io.IOException
DataEntrySourcepumpDataEntries in interface DataEntrySourcejava.io.IOException