|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.teiid.dqp.internal.process.ByteLobChunkStream
public class ByteLobChunkStream
A wrapper class, given a InputStream object can convert a underlying stream into sequence of ByteLobChunk objects of given chunk size.
| Constructor Summary | |
|---|---|
ByteLobChunkStream(java.io.InputStream stream,
int chunkSize)
|
|
| Method Summary | |
|---|---|
void |
close()
|
LobChunk |
getNextChunk()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ByteLobChunkStream(java.io.InputStream stream,
int chunkSize)
| Method Detail |
|---|
public LobChunk getNextChunk()
throws java.io.IOException
getNextChunk in interface LobChunkProducerjava.io.IOException
public void close()
throws java.io.IOException
close in interface LobChunkProducerjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||