java.lang.Object
org.csveed.bean.conversion.AbstractConverter<byte[]>
org.csveed.bean.conversion.ByteArrayConverter
- All Implemented Interfaces:
Converter<byte[]>
The Class ByteArrayConverter.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
fromString
(String text) From string.toString
(byte[] value) To string.Methods inherited from class org.csveed.bean.conversion.AbstractConverter
getType, infoOnType
-
Constructor Details
-
ByteArrayConverter
public ByteArrayConverter()Instantiates a new byte array converter.
-
-
Method Details