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

writeLong

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

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

fun writeLong(value: Long, byteOrder: ByteOrder): Unit

Writes Long with specified byteOrder into the stream.