程序包 proguard.io
接口 DataEntrySource
-
- 所有已知实现类:
DirectorySource,FileSource
public interface DataEntrySourceThis interface provides a source for data entries. The implementation determines the type of the data entries. Typical examples are files or directories. The source can pump its data entries into a data entry reader (a "push" model for the entries), which can then optionally read their contents (a "pull" model for the contents).
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidpumpDataEntries(DataEntryReader dataEntryReader)Applies the given DataEntryReader to all data entries that the implementation can provide.
-
-
-
方法详细资料
-
pumpDataEntries
void pumpDataEntries(DataEntryReader dataEntryReader) throws java.io.IOException
Applies the given DataEntryReader to all data entries that the implementation can provide.- 抛出:
java.io.IOException
-
-