Class KotlinModuleDataEntryReader
- java.lang.Object
-
- proguard.resources.kotlinmodule.io.KotlinModuleDataEntryReader
-
- All Implemented Interfaces:
DataEntryReader
public class KotlinModuleDataEntryReader extends java.lang.Object implements DataEntryReader
Read a Kotlin module file and apply the givenResourceFileVisitor.
-
-
Constructor Summary
Constructors Constructor Description KotlinModuleDataEntryReader(ResourceFileVisitor resourceFileVisitor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidread(DataEntry dataEntry)Reads the given data entry.
-
-
-
Constructor Detail
-
KotlinModuleDataEntryReader
public KotlinModuleDataEntryReader(ResourceFileVisitor resourceFileVisitor)
-
-
Method Detail
-
read
public void read(DataEntry dataEntry) throws java.io.IOException
Description copied from interface:DataEntryReaderReads the given data entry.- Specified by:
readin interfaceDataEntryReader- Throws:
java.io.IOException
-
-