|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractBackend | |
---|---|
org.crosswire.jsword.book.sword | An implementation of the Book interfaces that reads from SWORD project books (modules). |
Uses of AbstractBackend in org.crosswire.jsword.book.sword |
---|
Subclasses of AbstractBackend in org.crosswire.jsword.book.sword | |
---|---|
class |
GenBookBackend
Backend for General Books. |
class |
GZIPBackend
A backend to read GZIPped data files. |
class |
LZSSBackend
A backend to read LZSS compressed data files. |
class |
RawBackend
Both Books and Commentaries seem to use the same format so this class abstracts out the similarities. |
class |
RawLDBackend
An implementation KeyBackend to read RAW format files. |
class |
ZLDBackend
An implementation KeyBackend to read Z format files. |
Fields in org.crosswire.jsword.book.sword declared as AbstractBackend | |
---|---|
private AbstractBackend |
SwordBook.backend
To read the data from the disk |
private AbstractBackend |
SwordDictionary.backend
To read the data from the disk |
Methods in org.crosswire.jsword.book.sword that return AbstractBackend | |
---|---|
protected abstract AbstractBackend |
BookType.getBackend(SwordBookMetaData sbmd,
File rootPath)
Create a the appropriate backend for this type of book |
(package private) abstract AbstractBackend |
CompressionType.getBackend(SwordBookMetaData sbmd,
File rootPath)
|
protected static AbstractBackend |
BookType.getCompressedBackend(SwordBookMetaData sbmd,
File rootPath)
|
Methods in org.crosswire.jsword.book.sword with parameters of type AbstractBackend | |
---|---|
protected abstract Book |
BookType.getBook(SwordBookMetaData sbmd,
AbstractBackend backend)
Create a Book with the given backend |
Constructors in org.crosswire.jsword.book.sword with parameters of type AbstractBackend | |
---|---|
SwordBook(SwordBookMetaData sbmd,
AbstractBackend backend)
Simple ctor |
|
SwordDailyDevotion(SwordBookMetaData sbmd,
AbstractBackend backend)
Simple ctor |
|
SwordDictionary(SwordBookMetaData sbmd,
AbstractBackend backend)
Start and to as much checking as we can without using memory. |
|
Copyright ยจ 2003-2006 | |||||||||
PREV NEXT | FRAMES NO FRAMES |