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