|
|||||||||
| Home >> All >> com >> eireneh >> bible >> book >> [ ser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.eireneh.bible.book.ser
Class SerBible.Section

java.lang.Objectcom.eireneh.bible.book.ser.SerBible.Section
- Enclosing class:
- SerBible
- static class SerBible.Section
- extends java.lang.Object
A simple class to hold an offset and length into the passages random access file
| Field Summary | |
int |
length
|
long |
offset
|
| Constructor Summary | |
SerBible.Section(long offset,
int length)
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
offset
public long offset
length
public int length
| Constructor Detail |
SerBible.Section
public SerBible.Section(long offset,
int length)
|
|||||||||
| Home >> All >> com >> eireneh >> bible >> book >> [ ser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.eireneh.bible.book.ser.SerBible.Section