Package io.deephaven.enterprise.codec


package io.deephaven.enterprise.codec
  • Classes
    Class
    Description
    A codec to read/write byte arrays.
    An ObjectCodec that encodes a char[] using one integer to indicate the array size and then the array items sequentially.
    An ObjectCodec that encodes a double[] using one integer to indicate the array size and then the array items sequentially.
    An ObjectCodec that encodes a float[] using one integer to indicate the array size and then the array items sequentially.
    An ObjectCodec that encodes a int[] using one integer to indicate the array size and then the array items sequentially.
    An ObjectCodec that encodes a long[] using one integer to indicate the array size and then the array items sequentially.
    An ObjectCodec that encodes a short[] using one integer to indicate the array size and then the array items sequentially.
    A codec to read/write String arrays.