readAt

actual fun readAt(offset: Long, into: ByteArray, intoOffset: Int, length: Int): Int

Read up to length bytes at file offset into into; returns bytes read (may be < length at EOF).

expect fun readAt(offset: Long, into: ByteArray, intoOffset: Int, length: Int): Int

Read up to length bytes at file offset into into; returns bytes read (may be < length at EOF).

actual fun readAt(offset: Long, into: ByteArray, intoOffset: Int, length: Int): Int

Read up to length bytes at file offset into into; returns bytes read (may be < length at EOF).

actual fun readAt(offset: Long, into: ByteArray, intoOffset: Int, length: Int): Int

Read up to length bytes at file offset into into; returns bytes read (may be < length at EOF).