XdrWriter

expect class XdrWriter
actual class XdrWriter
actual class XdrWriter
actual class XdrWriter

Constructors

Link copied to clipboard
expect constructor()
actual constructor()
actual constructor()
actual constructor()

Functions

Link copied to clipboard
expect fun flush()
actual fun flush()
actual fun flush()
actual fun flush()
Link copied to clipboard
expect fun toByteArray(): ByteArray
actual fun toByteArray(): ByteArray
actual fun toByteArray(): ByteArray
actual fun toByteArray(): ByteArray
Link copied to clipboard
expect fun writeBoolean(value: Boolean)
actual fun writeBoolean(value: Boolean)
actual fun writeBoolean(value: Boolean)
actual fun writeBoolean(value: Boolean)
Link copied to clipboard
expect fun writeDouble(value: Double)
actual fun writeDouble(value: Double)
actual fun writeDouble(value: Double)
actual fun writeDouble(value: Double)
Link copied to clipboard
expect fun writeFixedOpaque(value: ByteArray, expectedLength: Int? = null)
actual fun writeFixedOpaque(value: ByteArray, expectedLength: Int?)
actual fun writeFixedOpaque(value: ByteArray, expectedLength: Int?)
actual fun writeFixedOpaque(value: ByteArray, expectedLength: Int?)
Link copied to clipboard
expect fun writeFloat(value: Float)
actual fun writeFloat(value: Float)
actual fun writeFloat(value: Float)
actual fun writeFloat(value: Float)
Link copied to clipboard
expect fun writeInt(value: Int)
actual fun writeInt(value: Int)
actual fun writeInt(value: Int)
actual fun writeInt(value: Int)
Link copied to clipboard
expect fun writeLong(value: Long)
actual fun writeLong(value: Long)
actual fun writeLong(value: Long)
actual fun writeLong(value: Long)
Link copied to clipboard
expect fun writeString(value: String)
actual fun writeString(value: String)
actual fun writeString(value: String)
actual fun writeString(value: String)
Link copied to clipboard
expect fun writeUnsignedInt(value: UInt)
actual fun writeUnsignedInt(value: UInt)
actual fun writeUnsignedInt(value: UInt)
actual fun writeUnsignedInt(value: ERROR CLASS: Symbol not found for UInt)
Link copied to clipboard
expect fun writeUnsignedLong(value: ULong)
actual fun writeUnsignedLong(value: ULong)
actual fun writeUnsignedLong(value: ULong)
actual fun writeUnsignedLong(value: ERROR CLASS: Symbol not found for ULong)
Link copied to clipboard
expect fun writeVariableOpaque(value: ByteArray)
actual fun writeVariableOpaque(value: ByteArray)
actual fun writeVariableOpaque(value: ByteArray)
actual fun writeVariableOpaque(value: ByteArray)