类 KotlinModuleDataEntryReader
- java.lang.Object
-
- proguard.resources.kotlinmodule.io.KotlinModuleDataEntryReader
-
- 所有已实现的接口:
DataEntryReader
public class KotlinModuleDataEntryReader extends java.lang.Object implements DataEntryReader
Read a Kotlin module file and apply the givenResourceFileVisitor.
-
-
构造器概要
构造器 构造器 说明 KotlinModuleDataEntryReader(ResourceFileVisitor resourceFileVisitor)
-
-
-
构造器详细资料
-
KotlinModuleDataEntryReader
public KotlinModuleDataEntryReader(ResourceFileVisitor resourceFileVisitor)
-
-
方法详细资料
-
read
public void read(DataEntry dataEntry) throws java.io.IOException
从接口复制的说明:DataEntryReaderReads the given data entry.- 指定者:
read在接口中DataEntryReader- 抛出:
java.io.IOException
-
-