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

Quick Search    Search Deep

Package com.eireneh.bible.book.raw

Interface Summary
Insts Insts is an interface that contains lists of numbers, generally referring to members of an instance of an Items object.
Items Items is a list of words, puncuation marks or other bits of data that can be indexed by number.
 

Class Summary
CaseInstsMem A CaseInstsMem provides access to the list of case ids that make up a Passage.
Disk Disk is the root of all the data sources that load only load an index into memory at init time, and read the rest of the data when requested.
InstsDisk InstsDisk is a Base implementation of the Insts interface using the in on disk model (Disk).
InstsMem InstsMem is a Base implementation of the Insts interface using the in memory model (Mem).
ItemsDisk ItemsDisk is a Base implementation of the Items interface using the in on disk model (Disk).
ItemsMem ItemsMem is a Base implementation of the Items interface using the in memory model (Mem).
Mem Mem is the root of all the data sources that load their data fully into memory at init time.
ParaInstsMem A ParaInstsMem provides access to the list of paragraphs that punctuate the Bible.
PuncInstsDisk PuncInstsDisk is like PuncInstsMem however the entire block of data is not stored in memory, it is simply indexed and left on disk.
PuncInstsMem A PuncInstsMem provides access to the list of punctuation ids that make up a Passage.
PuncItemsMem PuncItemsMem is almost identical to WordItemsMem, but the Dictionary is much smaller, there are almost certainly less than 256 different intra-word punctuation sets, so we will only need 1 byte per word instead of 2.
RawBible RawBible is a custom Bible.
RawBibleDriver This represents all of the RawBibles.
RawBibleDriver.CustomFilenameFilter Check that the directories in the version directory really represent versions.
WordInstsDisk WordInstsDisk is like WordInstsMem however the entire block of data is not stored in memory, it is simply indexed and left on disk.
WordInstsMem A WordInstsMem provides access to the list of word ids that make up a Passage.
WordItemsMem The WordItemsMem stores words in a dictionary for a Bible.
ZTestBibleBookRaw Attepmted 100% code coverage testing.
 

Exception Summary
NoSuchResourceException When something tries to use a word that we don't understand.