Class CMapSequence


  • public class CMapSequence
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int len  
      int off  
      byte[] seq  
    • Constructor Summary

      Constructors 
      Constructor Description
      CMapSequence()  
      CMapSequence​(byte[] seq, int off, int len)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • seq

        public byte[] seq
      • off

        public int off
      • len

        public int len
    • Constructor Detail

      • CMapSequence

        public CMapSequence()
      • CMapSequence

        public CMapSequence​(byte[] seq,
                            int off,
                            int len)