|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RAF | |
---|---|
org.biojava.bio.program.indexdb | A flat-file ascii index of ascii flat files as per the OBDA specification. |
Uses of RAF in org.biojava.bio.program.indexdb |
---|
Methods in org.biojava.bio.program.indexdb that return RAF | |
---|---|
RAF |
Record.getFile()
getFile returns the random access file in which
the record belongs. |
RAF |
Record.Impl.getFile()
|
Methods in org.biojava.bio.program.indexdb with parameters of type RAF | |
---|---|
void |
BioStore.writeRecord(RAF file,
long offset,
int length,
String id,
Map secIDs)
|
void |
IndexStore.writeRecord(RAF file,
long offset,
int length,
String id,
Map secIDs)
writeRecord creates and writes a new
Record |
Constructors in org.biojava.bio.program.indexdb with parameters of type RAF | |
---|---|
Record.Impl(String id,
RAF file,
long offset,
int length)
Creates a new Impl record. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |