Buffer

fm.serializer.Buffer
See theBuffer companion object
final class Buffer

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def available: Int

Available space left in this buffer for writing

Available space left in this buffer for writing

Attributes

def release(): Unit

Return this Buffer to the pool if it originally came from the pool

Return this Buffer to the pool if it originally came from the pool

Attributes

def size: Int

Concrete fields

val buffer: Array[Byte]
var offset: Int
val start: Int