SeedConverter<byte[],int[]>public class ByteArray2IntArray extends java.lang.Object implements SeedConverter<byte[],int[]>
int[] from a byte[].| Constructor | Description |
|---|---|
ByteArray2IntArray() |
| Modifier and Type | Method | Description |
|---|---|---|
int[] |
convert(byte[] seed) |
Converts seed from input type to output type.
|
public ByteArray2IntArray()
public int[] convert(byte[] seed)
convert in interface SeedConverter<byte[],int[]>seed - Original seed value.Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.