public static class TableOfContents.Section extends Object implements 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() |
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 Comparable<TableOfContents.Section>
Copyright © 2016. All Rights Reserved.