Package proguard.resources.file
Class ResourceFile
java.lang.Object
proguard.util.SimpleProcessable
proguard.util.SimpleFeatureNamedProcessable
proguard.resources.file.ResourceFile
- All Implemented Interfaces:
Serializable,FeatureNamed,Processable
- Direct Known Subclasses:
KotlinModule
Representation of a resource file in an application.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongFields inherited from class proguard.util.SimpleFeatureNamedProcessable
extraFeatureNames, featureNameFields inherited from class proguard.util.SimpleProcessable
processingFlags, processingInfo -
Constructor Summary
ConstructorsConstructorDescriptionResourceFile(String fileName, long fileSize) Creates a newResourceFile.ResourceFile(String fileName, long fileSize, int processingFlags) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ResourceFileVisitor resourceFileVisitor) Returns the file name.longReturns the file size.toString()Methods inherited from class proguard.util.SimpleFeatureNamedProcessable
addExtraFeatureName, getExtraFeatureNames, getFeatureName, isInFeature, setFeatureNameMethods inherited from class proguard.util.SimpleProcessable
addProcessingFlags, getProcessingFlags, getProcessingInfo, hasProcessingFlags, removeProcessingFlags, setProcessingFlags, setProcessingInfoMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface proguard.util.Processable
accept
-
Field Details
-
fileName
-
fileSize
public long fileSize -
references
-
-
Constructor Details
-
ResourceFile
Creates a newResourceFile.- Parameters:
fileName- the name of the resource file.fileSize- the size of the resource file.
-
ResourceFile
-
-
Method Details