Buffer

io.github.edadma.nodejs.Buffer
class Buffer extends Object

Attributes

Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply(index: Int): Int
def byteLength: Int
def compare(target: Buffer): Int
def copy(target: Buffer, targetStart: Int, sourceStart: Int, sourceEnd: Int): Int
def equals(otherBuffer: Buffer): Boolean
def fill(value: String | Buffer | Int, offset: Int, end: Int): this.type
def indexOf(value: String | Buffer | Int, byteOffset: Int, encoding: String): Int
def length: Int
def slice(start: Int, end: Int): Buffer
def toString(encoding: String): String
def update(index: Int, value: Int): Unit
def write(string: String, offset: Int, encoding: String): Int

Inherited methods

def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object