Class ByteSequence


  • public class ByteSequence
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ByteSequence​(byte[] data, int offset, int length)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getData()  
      int getLength()  
      int getOffset()  
      • Methods inherited from class java.lang.Object

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

      • ByteSequence

        public ByteSequence​(byte[] data,
                            int offset,
                            int length)
    • Method Detail

      • getData

        public byte[] getData()
      • getLength

        public int getLength()
      • getOffset

        public int getOffset()