Home > Contents > Index >
Expanded TOC   |    Accordion TOC   |    Annotated TOC   |    Index

 

IList.getFileData

Returns the data contained in a referenced data file.

Syntax

Parameters

colname
The name of the column to get the data from.

Description

The getFileData method returns the data contained in a referenced file. Note that this kind of data retrieval will not be cached; each request will reread the bytes. An exception is thrown if the column is not an indirect data type or if other errors occur.

Returns

Returns the byte[] value, which can be null.

Throws

IllegalArgumentException, NoSuchFieldException

 

  Home > Contents > Index >

FatWire JAVA Reference
Copyright 2005 by FatWire Software
All rights reserved.