In This Topic
com.liquid_technologies.ltxmllib20.BinaryData Class
A class to hold binary data that is to be insterted into an XML document
|
|
Members |
Description |
|
|
|
BinaryData |
Constructor for BinaryData class |
|
|
|
getAsBase64 |
Gets the binary contents of the object as a base64 encoded string |
|
|
|
getAsHexString |
Gets the binary contents of the object as a hex encoded string |
|
|
|
getData |
Provides access to the raw binary data. |
|
|
|
equals |
Compares this object with another (true if there contents are the same) |
|
|
|
getEmpty |
Returns an empty BinaryData object |
|
|
|
getLength |
Returns the number of bytes stored in the object |
|