public static class TableOfContents.Section extends java.lang.Object implements java.lang.Comparable<TableOfContents.Section>
| Modifier and Type | Field and Description |
|---|---|
int |
byteCount |
int |
off |
int |
size |
short |
type |
| Constructor and Description |
|---|
Section(int type) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TableOfContents.Section section) |
boolean |
exists() |
java.lang.String |
toString() |
public final short type
public int size
public int off
public int byteCount
public boolean exists()
public int compareTo(TableOfContents.Section section)
compareTo in interface java.lang.Comparable<TableOfContents.Section>public java.lang.String toString()
toString in class java.lang.Object