CharBuffer

class CharBuffer(initialSize: Int)

A character buffer that exposes the internal array for reading. That way we can avoid copying when converting to names.

class Object
trait Matchable
class Any

Value members

Concrete methods

def append(ch: Char): Unit
def clear(): Unit
def last: Char
def length: Int
override def toString: String
Definition Classes
Any