Package io.deephaven.enterprise.codec
package io.deephaven.enterprise.codec
-
ClassesClassDescriptionAn
ObjectCodec
that encodes abyte[]
using one integer to indicate the array size and then the array items sequentially.AnObjectCodec
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.AnObjectCodec
that encodes aString[]
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.