|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.io.DirectoryPump
public class DirectoryPump
This class can read a given file or directory, recursively, applying a given DataEntryReader to all files it comes across.
| Constructor Summary | |
|---|---|
DirectoryPump(java.io.File directory)
|
|
| Method Summary | |
|---|---|
void |
pumpDataEntries(DataEntryReader dataEntryReader)
Applies the given DataEntryReader to all data entries that the implementation can provide. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DirectoryPump(java.io.File directory)
| Method Detail |
|---|
public void pumpDataEntries(DataEntryReader dataEntryReader)
throws java.io.IOException
DataEntryPump
pumpDataEntries in interface DataEntryPumpjava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||