commonMain.maryk.lib.RecyclableByteArrays.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lib-jvm Show documentation
Show all versions of lib-jvm Show documentation
Maryk is a Kotlin Multiplatform library which helps you to store, query and send data in a structured way over multiple platforms. The data store stores any value with a version, so it is possible to request only the changed data or live listen for updates.
The newest version!
package maryk.lib
/** Short term recyclable byte array which is thread local */
expect val recyclableByteArray: ByteArray
/** Secondary short term recyclable byte array which is thread local */
expect val recyclableByteArray2: ByteArray
© 2015 - 2025 Weber Informatics LLC | Privacy Policy