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

macosArm64Main.maryk.rocksdb.TraceWriter.kt Maven / Gradle / Ivy

package maryk.rocksdb

actual interface TraceWriter {
    actual fun write(data: Slice)

    actual fun closeWriter()

    actual fun getFileSize(): Long
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy