Package proguard.io
Class RenamedDataEntry
java.lang.Object
proguard.io.WrappedDataEntry
proguard.io.RenamedDataEntry
- All Implemented Interfaces:
DataEntry
This
DataEntry wraps another data entry, returning a different name instead of the
wrapped data entry's name.-
Field Summary
Fields inherited from class proguard.io.WrappedDataEntry
wrappedEntry -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class proguard.io.WrappedDataEntry
closeInputStream, getInputStream, getOriginalName, getParent, getSize, isDirectory
-
Constructor Details
-
RenamedDataEntry
-
-
Method Details
-
getName
Description copied from interface:DataEntryReturns the name of this data entry.- Specified by:
getNamein interfaceDataEntry- Overrides:
getNamein classWrappedDataEntry
-
toString
- Overrides:
toStringin classWrappedDataEntry
-