Buffer

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

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Buffer.type

Members list

Value members

Concrete methods

def allocate(size: Int): Buffer

Take a Buffer from the Pool (or create a new one if the pool is empty)

Take a Buffer from the Pool (or create a new one if the pool is empty)

Attributes

def wrap(bytes: Array[Byte]): Buffer
def wrap(bytes: Array[Byte], start: Int, length: Int): Buffer

Concrete fields