Uses of Class
org.biojava.utils.io.RAF
-
Packages that use RAF Package Description 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 Modifier and Type Method Description RAFRecord. getFile()getFilereturns the random access file in which the record belongs.RAFRecord.Impl. getFile()Methods in org.biojava.bio.program.indexdb with parameters of type RAF Modifier and Type Method Description voidBioStore. writeRecord(RAF file, long offset, int length, String id, Map secIDs)voidIndexStore. writeRecord(RAF file, long offset, int length, String id, Map secIDs)writeRecordcreates and writes a newRecordConstructors in org.biojava.bio.program.indexdb with parameters of type RAF Constructor Description Impl(String id, RAF file, long offset, int length)Creates a newImplrecord.
-