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

writeLong

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

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

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

Writes Long with specified byteOrder into the stream.