Class BaseChunkWriter.SerContext
java.lang.Object
io.deephaven.extensions.barrage.chunk.BaseChunkWriter.SerContext
- All Implemented Interfaces:
SafeCloseable
,AutoCloseable
- Enclosing class:
- BaseChunkWriter<SOURCE_CHUNK_TYPE extends Chunk<Values>>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SerContext
-
-
Method Details
-
setNextIsNull
public void setNextIsNull(boolean isNull) -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceSafeCloseable
-