InternalIoApi

annotation class InternalIoApi(source)

Marks declarations that are internal in IO API. These declarations may change or be removed without notice, and not intended for public use. Incorrect of declarations marked as internal may cause data corruption or loss.

Consider using other APIs instead when possible. Otherwise, make sure to read documentation describing an internal API.