程序包 proguard.io
类 ManifestRewriter
- java.lang.Object
-
- proguard.io.DataEntryCopier
-
- proguard.io.DataEntryRewriter
-
- proguard.io.ManifestRewriter
-
- 所有已实现的接口:
DataEntryReader
public class ManifestRewriter extends DataEntryRewriter
ThisDataEntryReaderwrites the manifest data entries that it reads to a givenDataEntryWriter, updating their contents based on the renamed classes in the givenClassPool.
-
-
构造器概要
构造器 构造器 说明 ManifestRewriter(ClassPool classPool, java.nio.charset.Charset charset, DataEntryWriter dataEntryWriter)Creates a new ManifestRewriter.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected voidcopyData(java.io.Reader reader, java.io.Writer writer)Copies all data that it can read from the given reader to the given writer.-
从类继承的方法 proguard.io.DataEntryRewriter
copyData
-
从类继承的方法 proguard.io.DataEntryCopier
main, read
-
-
-
-
构造器详细资料
-
ManifestRewriter
public ManifestRewriter(ClassPool classPool, java.nio.charset.Charset charset, DataEntryWriter dataEntryWriter)
Creates a new ManifestRewriter.
-
-
方法详细资料
-
copyData
protected void copyData(java.io.Reader reader, java.io.Writer writer) throws java.io.IOException从类复制的说明:DataEntryRewriterCopies all data that it can read from the given reader to the given writer.- 覆盖:
copyData在类中DataEntryRewriter- 抛出:
java.io.IOException
-
-