Package io.deephaven.extensions.barrage
Class ChunkListInputStreamGenerator
java.lang.Object
io.deephaven.extensions.barrage.ChunkListInputStreamGenerator
- All Implemented Interfaces:
SafeCloseable
,AutoCloseable
-
Constructor Summary
ConstructorDescriptionChunkListInputStreamGenerator
(ChunkInputStreamGenerator.Factory factory, Class<?> type, Class<?> componentType, List<Chunk<Values>> data, ChunkType chunkType) -
Method Summary
-
Constructor Details
-
ChunkListInputStreamGenerator
-
-
Method Details
-
generators
-
empty
public ChunkInputStreamGenerator.DrainableColumn empty(StreamReaderOptions options, RowSet rowSet) throws IOException - Throws:
IOException
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceSafeCloseable
-