The methods of the XdmBinary interface are listed below. For a complete list of XdmBinary interface members, see the XdmBinary Members topic.
AsBinaryData |
Buffers the binary() item from the server and converts it to a Java byte array. This method may be invoked repeatedly. On subsequent invocations it will return the same array constructed by the first invocation. NOTE: If the binary() item is large, it is possible that an OutOfMemory error could result when invoking this method, which could result in your program crashing. If you need to handle arbitrarily large binary() items, use the AsStream() method. |
XdmBinary Interface | Marklogic.Xcc.Types Namespace