Uses of Interface
org.teiid.client.lob.LobChunkProducer
-
Packages that use LobChunkProducer Package Description org.teiid.client.lob org.teiid.dqp.internal.process -
-
Uses of LobChunkProducer in org.teiid.client.lob
Classes in org.teiid.client.lob that implement LobChunkProducer Modifier and Type Class Description class
StreamingLobChunckProducer
Constructors in org.teiid.client.lob with parameters of type LobChunkProducer Constructor Description LobChunkInputStream(LobChunkProducer reader)
-
Uses of LobChunkProducer in org.teiid.dqp.internal.process
Classes in org.teiid.dqp.internal.process that implement LobChunkProducer Modifier and Type Class Description class
ByteLobChunkStream
A wrapper class, given a InputStream object can convert a underlying stream into sequence of ByteLobChunk objects of given chunk size.
-