Class IntArrayCodec

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

public class IntArrayCodec extends io.deephaven.shadow.enterprise.io.deephaven.enterprise.codec.IntArrayCodec implements ObjectCodec<int[]>
An ObjectCodec that encodes a int[] using one integer to indicate the array size and then the array items sequentially.
  • Constructor Details

    • IntArrayCodec

      public IntArrayCodec()
    • IntArrayCodec

      public IntArrayCodec(String[] args)
    • IntArrayCodec

      public IntArrayCodec(String args)
  • Method Details