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