Package VCF.Mappers
Interface ByteMapper
-
- All Known Implementing Classes:
GenoToByte
public interface ByteMapper
Maps from a text string to a byte
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte
map(java.lang.String v)
Map from string to byte
-
-
-
Method Detail
-
map
byte map(java.lang.String v) throws VCFUnexpectedDataException
Map from string to byte- Parameters:
v
- The string- Returns:
- The byte
- Throws:
VCFUnexpectedDataException
- If there is unexpected data in the VCF
-
-