程序包 proguard.io

类 ManifestRewriter

    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      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.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • 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
        从类复制的说明: DataEntryRewriter
        Copies all data that it can read from the given reader to the given writer.
        覆盖:
        copyData 在类中 DataEntryRewriter
        抛出:
        java.io.IOException