X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=third-party%2Forg.openexi%2Fnagasena%2Fsrc%2Fmain%2Fresources%2Fdoc%2Forg%2Fopenexi%2Fsax%2FBinaryDataHandler.html;fp=third-party%2Forg.openexi%2Fnagasena%2Fsrc%2Fmain%2Fresources%2Fdoc%2Forg%2Fopenexi%2Fsax%2FBinaryDataHandler.html;h=b73a83355923b66eb0876c1734d714b9ceb49fb4;hb=1e81fa45ab0ced56eef0518c7e7f87857724985b;hp=0000000000000000000000000000000000000000;hpb=259b65622b8c29c49235c2210609b9f7a68826eb;p=controller.git diff --git a/third-party/org.openexi/nagasena/src/main/resources/doc/org/openexi/sax/BinaryDataHandler.html b/third-party/org.openexi/nagasena/src/main/resources/doc/org/openexi/sax/BinaryDataHandler.html new file mode 100644 index 0000000000..b73a833559 --- /dev/null +++ b/third-party/org.openexi/nagasena/src/main/resources/doc/org/openexi/sax/BinaryDataHandler.html @@ -0,0 +1,267 @@ + + + + + + + +BinaryDataHandler + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.openexi.sax +
+Interface BinaryDataHandler

+
+
All Known Subinterfaces:
SAXTransmogrifier
+
+
+
+
public interface BinaryDataHandler
+ + +

+

+ +
+
+ +

+ + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidbinaryData(byte[] byteArray, + int offset, + int length, + BinaryDataSink binaryDataSink) + +
+          Writes a binary value where the schema expects a binary value.
+ voidendBinaryData(BinaryDataSink binaryDataSink) + +
+          Mark the end of a binary value.
+ BinaryDataSinkstartBinaryData(long totalSize) + +
+          Mark the start of a binary value.
+  +

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

+startBinaryData

+
+BinaryDataSink startBinaryData(long totalSize)
+                               throws org.xml.sax.SAXException
+
+
Mark the start of a binary value. +

+

+ +
Throws: +
org.xml.sax.SAXException
+
+
+
+ +

+binaryData

+
+void binaryData(byte[] byteArray,
+                int offset,
+                int length,
+                BinaryDataSink binaryDataSink)
+                throws org.xml.sax.SAXException
+
+
Writes a binary value where the schema expects a binary value. +

+

+ +
Throws: +
org.xml.sax.SAXException
+
+
+
+ +

+endBinaryData

+
+void endBinaryData(BinaryDataSink binaryDataSink)
+                   throws org.xml.sax.SAXException
+
+
Mark the end of a binary value. +

+

+ +
Throws: +
org.xml.sax.SAXException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +