Home > Contents > Index >
Expanded TOC | Accordion TOC | Annotated TOC | Index
FTVAL.getBlob
Gets the value of a blob.
Syntax
public final byte[] getBlob()Returns
If the data held by this
FTVAL
is a blob (binary large object),getBlob
returns the value of the blob inside the byte array. For example, if theFTVAL
holds a PDF,getBlob
writes the entire contents of the PDF into the return value. If the data held by thisFTVAL
is not a blob,getBlob
returns null.
Home > Contents > Index > ![]()
FatWire JAVA Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.