程序包 proguard.io

类 ClassMapDataEntryReplacer

  • 所有已实现的接口:
    proguard.io.DataEntryReader

    public class ClassMapDataEntryReplacer
    extends java.lang.Object
    implements proguard.io.DataEntryReader
    This DataEntryReader writes a class mapping to each received data entry, used for debugging of the configuration.
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void read​(proguard.io.DataEntry dataEntry)  
      • 从类继承的方法 java.lang.Object

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

      • ClassMapDataEntryReplacer

        public ClassMapDataEntryReplacer​(proguard.classfile.ClassPool programClassPool,
                                         InitialStateInfo initialStateInfo,
                                         proguard.io.DataEntryWriter dataEntryWriter)
    • 方法详细资料

      • read

        public void read​(proguard.io.DataEntry dataEntry)
                  throws java.io.IOException
        指定者:
        read 在接口中 proguard.io.DataEntryReader
        抛出:
        java.io.IOException