Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.eireneh.bible.book.ser
Class SerBible.Section  view SerBible.Section download SerBible.Section.java

java.lang.Object
  extended bycom.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)