public static final class RandomAccessFastaIndex.IndexBuilder extends Object
| Constructor and Description |
|---|
RandomAccessFastaIndex.IndexBuilder() |
RandomAccessFastaIndex.IndexBuilder(int indexStep) |
| Modifier and Type | Method and Description |
|---|---|
void |
addIndexPoint(long position) |
void |
addRecord(String description,
long position) |
RandomAccessFastaIndex |
build() |
boolean |
isOnRecord() |
void |
setLastRecordLength(long length) |
public RandomAccessFastaIndex.IndexBuilder()
public RandomAccessFastaIndex.IndexBuilder(int indexStep)
public boolean isOnRecord()
public void addRecord(String description, long position)
public void addIndexPoint(long position)
public void setLastRecordLength(long length)
public RandomAccessFastaIndex build()
Copyright © 2018. All rights reserved.