|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.crosswire.jsword.book.sword.AbstractBackend
org.crosswire.jsword.book.sword.LZSSBackend
public class LZSSBackend
A backend to read LZSS compressed data files.
for license details.
The copyright to this program is held by it's authors.| Constructor Summary | |
|---|---|
LZSSBackend(SwordBookMetaData sbmd)
Simple ctor |
|
| Method Summary | |
|---|---|
void |
activate(Lock lock)
Called to indicate that the Book should initialize itself, and consume whatever system resources it needs to be able to respond to other queries. |
void |
deactivate(Lock lock)
Called to indicate that the Book should release whatever system resources it can to make way for other uses. |
String |
getRawText(Key key)
Get the bytes alotted for the given verse |
boolean |
isSupported()
Returns whether this AbstractBackend is implemented. |
Key |
readIndex()
Initialise a AbstractBackend before use. |
| Methods inherited from class org.crosswire.jsword.book.sword.AbstractBackend |
|---|
decipher, getBookMetaData, getExpandedDataPath |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LZSSBackend(SwordBookMetaData sbmd)
| Method Detail |
|---|
public final void activate(Lock lock)
Activatable
lock - An attempt to ensure that only the Activator calls this methodpublic final void deactivate(Lock lock)
Activatable
lock - An attempt to ensure that only the Activator calls this method
public String getRawText(Key key)
throws BookException
AbstractBackend
getRawText in class AbstractBackendkey - The key to fetch
BookException - If the data can not be read.public Key readIndex()
AbstractBackend
readIndex in class AbstractBackendpublic boolean isSupported()
AbstractBackend
isSupported in class AbstractBackend
|
Copyright ยจ 2003-2006 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||