com.android.dex
Class TableOfContents.Section

java.lang.Object
  extended by 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 Summary
 int byteCount
           
 int off
           
 int size
           
 short type
           
 
Constructor Summary
TableOfContents.Section(int type)
           
 
Method Summary
 int compareTo(TableOfContents.Section section)
           
 boolean exists()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

public final short type

size

public int size

off

public int off

byteCount

public int byteCount
Constructor Detail

TableOfContents.Section

public TableOfContents.Section(int type)
Method Detail

exists

public boolean exists()

compareTo

public int compareTo(TableOfContents.Section section)
Specified by:
compareTo in interface Comparable<TableOfContents.Section>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015. All rights reserved.