Package io.deephaven.enterprise.codec
package io.deephaven.enterprise.codec
-
ClassesClassDescriptionA codec to read/write byte arrays.An
ObjectCodec
that encodes achar[]
using one integer to indicate the array size and then the array items sequentially.AnObjectCodec
that encodes adouble[]
using one integer to indicate the array size and then the array items sequentially.AnObjectCodec
that encodes afloat[]
using one integer to indicate the array size and then the array items sequentially.AnObjectCodec
that encodes aint[]
using one integer to indicate the array size and then the array items sequentially.AnObjectCodec
that encodes along[]
using one integer to indicate the array size and then the array items sequentially.AnObjectCodec
that encodes ashort[]
using one integer to indicate the array size and then the array items sequentially.A codec to read/write String arrays.