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 >

Oracle JAVA Reference
Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.