Class ByteArrayIntArrayConverter
java.lang.Object
com.saperion.common.lang.conversion.array.ByteArrayIntArrayConverter
- All Implemented Interfaces:
Converter<byte[],
int[]>
Converts a byte[] to an int[]
- Author:
- jschwarz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint[]
convert
(byte[] bytes) Converts the specified object and returns the conversion result.
-
Constructor Details
-
ByteArrayIntArrayConverter
public ByteArrayIntArrayConverter()
-
-
Method Details
-
convert
public int[] convert(byte[] bytes) Description copied from interface:Converter
Converts the specified object and returns the conversion result. Implementations have to acceptnull
-values without throwing exceptions.
-