Class ByteVectorList

    • Constructor Detail

      • ByteVectorList

        public ByteVectorList()
      • ByteVectorList

        public ByteVectorList​(List<byte[]> list)
      • ByteVectorList

        public ByteVectorList​(byte[][] arrays)
      • ByteVectorList

        public ByteVectorList​(byte[] firstByteArray,
                              byte[]... byteArrays)
    • Method Detail

      • add

        public void add​(byte[] byteArray)