Package | Description |
---|---|
org.biojava.bio.program.indexdb |
A flat-file ascii index of ascii flat files as per the OBDA specification.
|
Modifier and Type | Method and Description |
---|---|
RAF |
Record.getFile()
getFile returns the random access file in which
the record belongs. |
RAF |
Record.Impl.getFile() |
Modifier and Type | Method and Description |
---|---|
void |
IndexStore.writeRecord(RAF file,
long offset,
int length,
String id,
Map secIDs)
writeRecord creates and writes a new
Record |
void |
BioStore.writeRecord(RAF file,
long offset,
int length,
String id,
Map secIDs) |
Constructor and Description |
---|
Record.Impl(String id,
RAF file,
long offset,
int length)
Creates a new
Impl record. |
Copyright © 2014 BioJava. All rights reserved.