Package proguard.io
Class ManifestRewriter
java.lang.Object
proguard.io.DataEntryCopier
proguard.io.DataEntryRewriter
proguard.io.ManifestRewriter
- All Implemented Interfaces:
DataEntryReader
This
DataEntryReader writes the manifest data entries that it reads to a given DataEntryWriter, updating their contents based on the renamed classes in the given ClassPool.-
Constructor Summary
ConstructorsConstructorDescriptionManifestRewriter(ClassPool classPool, Charset charset, DataEntryWriter dataEntryWriter) Creates a new ManifestRewriter. -
Method Summary
Methods inherited from class proguard.io.DataEntryRewriter
copyDataMethods inherited from class proguard.io.DataEntryCopier
main, read
-
Constructor Details
-
ManifestRewriter
Creates a new ManifestRewriter.
-
-
Method Details
-
copyData
Description copied from class:DataEntryRewriterCopies all data that it can read from the given reader to the given writer.- Overrides:
copyDatain classDataEntryRewriter- Throws:
IOException
-