Class TableOfContents.Section

java.lang.Object
com.android.dex.TableOfContents.Section
All Implemented Interfaces:
Comparable<TableOfContents.Section>
Enclosing class:
TableOfContents

public static class TableOfContents.Section extends Object implements Comparable<TableOfContents.Section>
  • Field Details

    • type

      public final short type
    • size

      public int size
    • off

      public int off
    • byteCount

      public int byteCount
  • Constructor Details

    • Section

      public Section(int type)
  • Method Details