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