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

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Any