|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.io.DataEntryCopier
proguard.io.DataEntryRewriter
proguard.io.ManifestRewriter
public class ManifestRewriter
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 | |
|---|---|
ManifestRewriter(ClassPool classPool,
DataEntryWriter dataEntryWriter)
Creates a new ManifestRewriter. |
|
| Method Summary | |
|---|---|
protected void |
copyData(java.io.Reader reader,
java.io.Writer writer)
Copies all data that it can read from the given reader to the given writer. |
| Methods inherited from class proguard.io.DataEntryRewriter |
|---|
copyData |
| Methods inherited from class proguard.io.DataEntryCopier |
|---|
main, read |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ManifestRewriter(ClassPool classPool,
DataEntryWriter dataEntryWriter)
| Method Detail |
|---|
protected void copyData(java.io.Reader reader,
java.io.Writer writer)
throws java.io.IOException
DataEntryRewriter
copyData in class DataEntryRewriterjava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||