public static interface WriteOperations.LOBStreamListener
WriteOperations
utility class, that entity must supply an
implementation of this interface:
- putLOB
- putLOBIfAbsent
- putLOBIfPresent
The getInputStream
method specified by this interface
returns an instance of InputStream
for the LOB to which the
desired LOB operation is applied; where the stream that is returned can
be either a new stream or a reset stream positioned at the first byte of
the associated LOB.Modifier and Type | Method and Description |
---|---|
InputStream |
getInputStream() |
InputStream getInputStream() throws IOException
IOException
Copyright (c) 2011, 2015 Oracle and/or its affiliates. All rights reserved.