Class ByteArray2IntArray

    • Method Detail

      • convert

        public int[] convert​(byte[] seed)
        Converts seed from input type to output type.
        Specified by:
        convert in interface SeedConverter<byte[],​int[]>
        Parameters:
        seed - Original seed value.
        Returns:
        the converted seed value.