程序包 proguard.io

类 MultiDataEntryReader

    • 方法概要

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

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

      • MultiDataEntryReader

        public MultiDataEntryReader​(DataEntryReader... readers)
    • 方法详细资料

      • read

        public void read​(DataEntry dataEntry)
                  throws java.io.IOException
        从接口复制的说明: DataEntryReader
        Reads the given data entry.
        指定者:
        read 在接口中 DataEntryReader
        抛出:
        java.io.IOException