Class StringArrayCodec

java.lang.Object
io.deephaven.shadow.enterprise.io.deephaven.enterprise.codec.StringArrayCodec
io.deephaven.enterprise.codec.StringArrayCodec
All Implemented Interfaces:
io.deephaven.shadow.enterprise.com.illumon.util.codec.ObjectCodec<String[]>, io.deephaven.shadow.enterprise.com.illumon.util.codec.ObjectDecoder<String[]>, ObjectCodec<String[]>, ObjectDecoder<String[]>

public class StringArrayCodec extends io.deephaven.shadow.enterprise.io.deephaven.enterprise.codec.StringArrayCodec implements ObjectCodec<String[]>
An ObjectCodec that encodes a String[] using one integer to indicate the array size and then each array item is written using one int to represent length followed by the bytes for that item.