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

 

FTVAL.getStream

Returns an input stream

Syntax

Returns

An input stream.

Description

If the data in the FTVAL object is a blob, getStream returns either a ByteArrayInputStream or a FileInputStream to the serialized data.

If the data in the FTVAL object is anything other than a blob, getStream returns a ByteArrayInputStream to the serialized data.

 

  Home > Contents > Index >

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