Signed or unsigned data can be written. To write a signed value just /// pass the short value as an argument. To write unsigned data /// pass the int value as an argument (it will be automatically /// casted, and only the 16 least significant bits will be written).
/// ///