binary-streams / loggersoft.kotlin.streams / StreamOutput / writeULong

writeULong

@ExperimentalUnsignedTypes abstract fun writeULong(value: ULong, byteOrder: ByteOrder = defaultByteOrder): Unit

Writes ULong with specified byteOrder into the stream.