readFullyOld
@JvmName("readFully") fun Input.readFullyOld(
dst: ByteArray,
offset: Int = 0,
length: Int = dst.size - offset
): Unit
Deprecated: Binary compatibility.
@JvmName("readFully") fun Input.readFullyOld(
dst: ShortArray,
offset: Int = 0,
length: Int = dst.size - offset
): Unit
Deprecated: Binary compatibility.
@JvmName("readFully") fun Input.readFullyOld(
dst: IntArray,
offset: Int = 0,
length: Int = dst.size - offset
): Unit
Deprecated: Binary compatibility.
@JvmName("readFully") fun Input.readFullyOld(
dst: LongArray,
offset: Int = 0,
length: Int = dst.size - offset
): Unit
Deprecated: Binary compatibility.
@JvmName("readFully") fun Input.readFullyOld(
dst: FloatArray,
offset: Int = 0,
length: Int = dst.size - offset
): Unit
Deprecated: Binary compatibility.
@JvmName("readFully") fun Input.readFullyOld(
dst: DoubleArray,
offset: Int = 0,
length: Int = dst.size - offset
): Unit
Deprecated: Binary compatibility.