binary-streams / loggersoft.kotlin.streams / ProxyStreamOutput / writeInt

writeInt

fun writeInt(value: Long, bytes: Int, byteOrder: ByteOrder): Unit

Writes value with size in bytes with specified byteOrder into the stream. The bytes should be in 1..8 range.

fun writeInt(value: Int, byteOrder: ByteOrder): Unit

Writes Int with specified byteOrder into the stream.