public interface MBEGDecoder
限定符和类型 | 字段和说明 |
---|---|
static MBEGDecoder |
PHASED |
static MBEGDecoder |
UN_PHASED |
static final MBEGDecoder PHASED
static final MBEGDecoder UN_PHASED
Genotype decode(int code, int codeIndex)
code
- MBEG 编码值codeIndex
- 需要解析的索引 IDGenotype[] decode(int code)
code
- MBEG 编码值default Genotype decode(byte code, int codeIndex)
code
- MBEG 编码值codeIndex
- 需要解析的索引 IDdefault Genotype[] decode(byte code)
code
- MBEG 编码值boolean isPhased()