fun writeInt(value: Long, bytes: Int, byteOrder: ByteOrder): Nothing
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): Nothing
Writes Int with specified byteOrder into the stream.