Home > Contents > Index >
FTValList.setValBLOB
Adds a blob (Binary Large Object) to the
FTValList
, using the associated key name.Syntax
public int setValBLOB(String key, byte[] b, int sz)Parameters
key
- Name of the key to add to the
FTValList
.
b
- Array of bytes containing the binary data.
sz
- Size: the number of bytes in the array of data.
Returns
Zero (0) on success, -1 on failure.
Home > Contents > Index > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.