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

writeLong

abstract fun writeLong(value: BigInteger, bytes: Int, byteOrder: ByteOrder = defaultByteOrder): Unit

Writes value with size in bytes with specified byteOrder into the stream.

open fun writeLong(value: Long, byteOrder: ByteOrder = defaultByteOrder): Unit

Writes Long with specified byteOrder into the stream.