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=0000000000000000000000000000000000000000;hb=012e920a1969ca8a932189f485227156b4b00b45;hp=b73a83355923b66eb0876c1734d714b9ceb49fb4;hpb=f29ebcc00137f36052e774247fed2d054df9fc0d;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 deleted file mode 100644 index b73a833559..0000000000 --- a/third-party/org.openexi/nagasena/src/main/resources/doc/org/openexi/sax/BinaryDataHandler.html +++ /dev/null @@ -1,267 +0,0 @@ - - - - - - - -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
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - -