Home > Contents > 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 > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.