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 void
read(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:DataEntryReader
Reads the given data entry.- Specified by:
read
in interfaceDataEntryReader
- Throws:
java.io.IOException
-
-