| |
|
| java.lang.Object org.webdocwf.util.loader.ToAndFromHex
ToAndFromHex | public class ToAndFromHex (Code) | | ToAndFromHex class is used for transformation binary objects to string object, and
string object to binary object
author: Radoslav Dutina version: 1.0 |
ToAndFromHex | public ToAndFromHex()(Code) | | Empty constructor of ToAndFromHex class
|
getByteArrayFromString | public static byte[] getByteArrayFromString(String val)(Code) | | This method transform string object to binary object (array of bytes)
Parameters: val - is string representation of binary object binary object |
getStringFromBlob | public static String getStringFromBlob(byte[] b)(Code) | | This method transform binary object to string object
Parameters: b - is array of bytes which represents binary object string representation of binary object |
|
|
|