spice.http.ByteBufferData.scala Maven / Gradle / Ivy
package spice.http
import java.nio.ByteBuffer
case class ByteBufferData(bb: ByteBuffer) extends BinaryData
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package spice.http
import java.nio.ByteBuffer
case class ByteBufferData(bb: ByteBuffer) extends BinaryData