Home > Contents > Index >
IList.getFileData
Returns the data contained in a referenced data file.
Syntax
public byte[] getFileData(String columname) throws IllegalArgumentException, NoSuchFieldExceptionParameters
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 > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.