|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.webdocwf.util.loader.ToAndFromHex
public class ToAndFromHex
ToAndFromHex class is used for transformation binary objects to string object, and string object to binary object
Constructor Summary | |
---|---|
ToAndFromHex()
Empty constructor of ToAndFromHex class |
Method Summary | |
---|---|
static byte[] |
getByteArrayFromString(java.lang.String val)
This method transform string object to binary object (array of bytes) |
static java.lang.String |
getStringFromBlob(byte[] b)
This method transform binary object to string object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ToAndFromHex()
Method Detail |
---|
public static java.lang.String getStringFromBlob(byte[] b)
b
- is array of bytes which represents binary object
public static byte[] getByteArrayFromString(java.lang.String val)
val
- is string representation of binary object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |