write_s_short_array method

write_s_short_array

Writes an array of short values to the stream.

def write_s_short_array(self, data):
    ...
ParameterTypeDescription
datalistThe array to write.

See Also