Class WebChunkReaderFactory

java.lang.Object
io.deephaven.web.client.api.barrage.WebChunkReaderFactory
All Implemented Interfaces:
ChunkReader.Factory

public class WebChunkReaderFactory extends Object implements ChunkReader.Factory
Browser-compatible implementation of the ChunkReader.Factory, with a focus on reading from arrow types rather than successfully round-tripping to the Java server.

Includes some specific workarounds to handle nullability that will make more sense for the browser.