程序包 proguard.io
类 PrefixStrippingDataEntryReader
- java.lang.Object
-
- proguard.io.PrefixStrippingDataEntryReader
-
- 所有已实现的接口:
DataEntryReader
public class PrefixStrippingDataEntryReader extends java.lang.Object implements DataEntryReader
ThisDataEntryReaderdelegates to a givenDataEntryReader, each time stripping a possible prefix from the read data entry name.
-
-
构造器概要
构造器 构造器 说明 PrefixStrippingDataEntryReader(java.lang.String prefix, DataEntryReader dataEntryReader)Creates a new PrefixStrippingDataEntryReader.
-
-
-
构造器详细资料
-
PrefixStrippingDataEntryReader
public PrefixStrippingDataEntryReader(java.lang.String prefix, DataEntryReader dataEntryReader)Creates a new PrefixStrippingDataEntryReader.
-
-
方法详细资料
-
read
public void read(DataEntry dataEntry) throws java.io.IOException
从接口复制的说明:DataEntryReaderReads the given data entry.- 指定者:
read在接口中DataEntryReader- 抛出:
java.io.IOException
-
-