Home > Contents > Index >
Expanded TOC | Accordion TOC | Annotated TOC | Index
FTVAL.getStream
Returns an input stream
Syntax
public final InputStream getStream() throws ExceptionReturns
An input stream.
Description
If the data in the
FTVAL
object is a blob,getStream
returns either aByteArrayInputStream
or aFileInputStream
to the serialized data.If the data in the
FTVAL
object is anything other than a blob,getStream
returns aByteArrayInputStream
to the serialized data.
Home > Contents > Index > ![]()
FatWire JAVA Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.