From 31d794be59cb2d1bf264df79f471b0c8d5f5a457 Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:40:26 +0000 Subject: Moving to site trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882841 13f79535-47bb-0310-9956-ffa450edef68 --- .../impl/XSDDataTypeConverter.HexBinary.html | 269 +++++++++++++++++++++ 1 file changed, 269 insertions(+) create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/databinding/impl/XSDDataTypeConverter.HexBinary.html (limited to 'site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/databinding/impl/XSDDataTypeConverter.HexBinary.html') diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/databinding/impl/XSDDataTypeConverter.HexBinary.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/databinding/impl/XSDDataTypeConverter.HexBinary.html new file mode 100644 index 0000000000..36e1f5bd55 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/databinding/impl/XSDDataTypeConverter.HexBinary.html @@ -0,0 +1,269 @@ + + + + + + +XSDDataTypeConverter.HexBinary + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.databinding.impl +
+Class XSDDataTypeConverter.HexBinary

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.databinding.impl.XSDDataTypeConverter.HexBinary
+
+
+
Enclosing class:
XSDDataTypeConverter
+
+
+
+
public static final class XSDDataTypeConverter.HexBinary
extends java.lang.Object
+ + +

+

+ Utility class for xs:hexbinary.

+

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static byte[]decode(java.lang.String pValue) + +
+          Converts the string pValue into an array of hex bytes.
+static java.lang.Stringencode(byte[] pHexBinary) + +
+          Converts the byte array pHexBinary into a string.
+static byte[]getClone(byte[] pHexBinary) + +
+          Creates a clone of the given byte array.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+decode

+
+public static byte[] decode(java.lang.String pValue)
+
+
Converts the string pValue into an array of hex bytes. +

+

+
+
+
+
+ +

+encode

+
+public static java.lang.String encode(byte[] pHexBinary)
+
+
Converts the byte array pHexBinary into a string. +

+

+
+
+
+
+ +

+getClone

+
+public static byte[] getClone(byte[] pHexBinary)
+
+
Creates a clone of the given byte array. +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3