Package VCF.Mappers

Class GenoToByte

  • All Implemented Interfaces:
    ByteMapper

    public class GenoToByte
    extends java.lang.Object
    implements ByteMapper
    Maps from a text string representing a genotype to a byte representing a genotype
    • Constructor Summary

      Constructors 
      Constructor Description
      GenoToByte()
      Default constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte map​(java.lang.String s)
      Maps from string representing a genotype to a byte representation
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GenoToByte

        public GenoToByte()
        Default constructor
    • Method Detail