Package org.biojava.bio.program.indexdb
Class Record.Impl
- java.lang.Object
-
- org.biojava.bio.program.indexdb.Record.Impl
-
- All Implemented Interfaces:
Record
- Enclosing interface:
- Record
public static class Record.Impl extends Object implements Record
Impl
is the default implementation of Record.- Author:
- Matthew Pocock
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.biojava.bio.program.indexdb.Record
Record.Impl
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getID
public String getID()
Description copied from interface:Record
getID
returns the primary identifier of the record.
-
getFile
public RAF getFile()
Description copied from interface:Record
getFile
returns the random access file in which the record belongs.
-
getOffset
public long getOffset()
Description copied from interface:Record
getOffset
returns the byte offset in the file at which the record begins.
-
-