public interface Record
Record
represents a record within an indexed flat file
databank as defined by the OBDA standard.Modifier and Type | Interface and Description |
---|---|
static class |
Record.Impl
Impl is the default implementation of Record. |
Modifier and Type | Method and Description |
---|---|
RAF |
getFile()
getFile returns the random access file in which
the record belongs. |
String |
getID()
getID returns the primary identifier of the
record. |
int |
getLength()
getLength returns the length of the record in
bytes. |
long |
getOffset()
getOffset returns the byte offset in the file at
which the record begins. |
RAF getFile()
getFile
returns the random access file in which
the record belongs.RAF
.long getOffset()
getOffset
returns the byte offset in the file at
which the record begins.long
offset.int getLength()
getLength
returns the length of the record in
bytes.int
.Copyright © 2020 BioJava. All rights reserved.