Class ByteArray2IntArray

  • All Implemented Interfaces:
    SeedConverter<byte[],​int[]>

    public class ByteArray2IntArray
    extends java.lang.Object
    implements SeedConverter<byte[],​int[]>
    Creates a int[] from a byte[].
    Since:
    1.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int[] convert​(byte[] seed)
      Converts seed from input type to output type.
      • Methods inherited from class java.lang.Object

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

      • ByteArray2IntArray

        public 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.