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

jvmMain.com.ditchoom.buffer.JvmBuffer.kt Maven / Gradle / Ivy

package com.ditchoom.buffer

import java.io.RandomAccessFile
import java.nio.ByteBuffer

class JvmBuffer(byteBuffer: ByteBuffer, fileRef: RandomAccessFile? = null) : BaseJvmBuffer(byteBuffer, fileRef)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy