proguard.io
Interface DataEntryPump

All Known Implementing Classes:
DirectoryPump

public interface DataEntryPump

This interface provides a method to pump data entries. The implementation determines the source and the type of the data entries. Typical examples are zip entries coming from a zip file of file entries coming from a directory structure. The reader can for instance collect the classes, or copy the resource files that are presented.


Method Summary
 void pumpDataEntries(DataEntryReader dataEntryReader)
          Applies the given DataEntryReader to all data entries that the implementation can provide.
 

Method Detail

pumpDataEntries

void pumpDataEntries(DataEntryReader dataEntryReader)
                     throws java.io.IOException
Applies the given DataEntryReader to all data entries that the implementation can provide.

Throws:
java.io.IOException