Class ByteArrayOutputStream

java.lang.Object
io.trino.orc.stream.ByteArrayOutputStream
All Implemented Interfaces:
ValueOutputStream<ByteArrayStreamCheckpoint>

public class ByteArrayOutputStream extends Object implements ValueOutputStream<ByteArrayStreamCheckpoint>
This is a concatenation of all byte array content, and a separate length stream will be used to get the boundaries.