ByteWriter.putInt16Be
bool putInt16Be(short val)Writes a signed big endian 16 bit integer to writer.
Parameters
val | Value to write |
Returns
true if the value could be written
bool putInt16Be(short val)Writes a signed big endian 16 bit integer to writer.
val | Value to write |