writeByte
Description​
Write a single byte to the stream.
- JavaScript
- C#
- Kotlin
writeByte(value: number): void
void WriteByte(double value)
fun writeByte(value: Double): Unit
Parameter | Summary |
---|---|
valueAll | The value to write. |
Write a single byte to the stream.
writeByte(value: number): void
void WriteByte(double value)
fun writeByte(value: Double): Unit
Parameter | Summary |
---|---|
valueAll | The value to write. |