FormatIdInputStream
, OverflowInputStream
public interface CloneableStream
The purpose is for the implementation of BLOB/CLOB (and potentially other types whose value is represented by a stream), for which their size makes it impossible or very expensive to materialize the value.
Modifier and Type | Method | Description |
---|---|---|
java.io.InputStream |
cloneStream() |
Clone the stream.
|
java.io.InputStream cloneStream()
To be used when a "deep" clone of a stream is required rather than multiple references to the same stream.
The resulting clone should support reads, resets, closes which do not affect the original stream source of the clone.
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.