All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.maryk.Buffer.kt Maven / Gradle / Ivy

package maryk

expect abstract class Buffer {
    abstract fun array(): Any
    fun flip(): Buffer
    fun limit(newLimit: Int): Buffer
    fun remaining(): Int
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy