The JavaGetByteArray function retrieves the byte array return value of the last call of JavaCallMethod on the specified object or class. The syntax of this function is as follows: JavaGetByteArray( in hObject : number, out sBuffer : string, in nBufLen : number optional ); hObject: Valid handle to a java object or JAVA_STATIC_METHOD. sBuffer: String buffer that will receive the return value of the last call of JavaCallMethod. nBufLen: Length of the buffer (optional). There is a known issue where the "out" sBuffer value of the JavaGetByteArray function gets corrupted by the first "\h00" sequence. This issue can be resolved by applying SP78_HotFix06_JavaGetByteArray to SilkPerformer 2008R2. If you require this patch please contact technical support.
↧