Uses of Class
org.yamcs.utils.ByteArray
Packages that use ByteArray
-
Uses of ByteArray in org.yamcs.utils
Methods in org.yamcs.utils that return ByteArray -
Uses of ByteArray in org.yamcs.yarch
Methods in org.yamcs.yarch with parameters of type ByteArrayModifier and TypeMethodDescriptionColumnSerializer.deserialize(ByteArray array, ColumnDefinition cd) Read one column value (i.e. a cell from the stream) The enums are deserialized as shorts (it is converted to the actual type in theTableDefinition.deserialize(byte[], byte[]))ParameterValueColumnSerializer.deserialize(ByteArray byteArray, ColumnDefinition cd) TableColumnDefinition.deserializeValue(ByteArray byteArray) voidvoidParameterValueColumnSerializer.serialize(ByteArray byteArray, ParameterValue pv) <T> voidTableColumnDefinition.serializeValue(ByteArray byteArray, T v) voidTableDefinition.serializeValue(Tuple tuple, Row sertuple, ByteArray byteArray) Same asTableDefinition.serializeValue(Tuple, Row)but encodes the output in user provided byte array