Uses of Class
org.crosswire.jsword.book.sword.state.RawLDBackendState

Packages that use RawLDBackendState
org.crosswire.jsword.book.sword An implementation of the Book interfaces that reads from SWORD project books (modules). 
org.crosswire.jsword.book.sword.state File management of SWORD Books. 
 

Uses of RawLDBackendState in org.crosswire.jsword.book.sword
 

Classes in org.crosswire.jsword.book.sword with type parameters of type RawLDBackendState
 class RawLDBackend<T extends RawLDBackendState>
          An implementation AbstractKeyBackend to read RAW format files.
 

Methods in org.crosswire.jsword.book.sword that return RawLDBackendState
 RawLDBackendState RawLDBackend.initState()
           
 

Methods in org.crosswire.jsword.book.sword with parameters of type RawLDBackendState
protected  DataEntry ZLDBackend.getEntry(RawLDBackendState fileState, DataEntry entry)
           
protected  DataEntry RawLDBackend.getEntry(RawLDBackendState state, DataEntry entry)
          Get the entry indicated by this entry.
private  DataEntry RawLDBackend.getEntry(RawLDBackendState state, String reply, int index)
          Get the text for an indexed entry in the book.
private  DataIndex RawLDBackend.getIndex(RawLDBackendState state, long entry)
          Get the Index (that is offset and size) for an entry.
 String RawLDBackend.readRawContent(RawLDBackendState state, Key key)
           
private  String RawLDBackend.readRawContent(RawLDBackendState state, String key)
           
private  int RawLDBackend.search(RawLDBackendState state, String key)
          Find a matching entry, returning it's index.
 

Uses of RawLDBackendState in org.crosswire.jsword.book.sword.state
 

Subclasses of RawLDBackendState in org.crosswire.jsword.book.sword.state
 class ZLDBackendState
          Stores the random access files required for processing the passage request.
 

Methods in org.crosswire.jsword.book.sword.state that return RawLDBackendState
 RawLDBackendState OpenFileStateManager.getRawLDBackendState(SwordBookMetaData metadata)
           
 


Copyright ยจ 2003-2015