Buffer

smithy4s.aws.kernel.Buffer
See theBuffer companion object
class Buffer extends Uint8Array

Attributes

Companion
object
Graph
Supertypes
class Uint8Array
trait TypedArray[Short, Uint8Array]
trait Iterable[Short]
class Object
trait Any
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toString(encoding: String): String

Inherited methods

def apply(index: Int): T

Attributes

Inherited from:
TypedArray
def fill(value: Short): Unit

Attributes

Inherited from:
TypedArray
def fill(value: Short, start: Int): Unit

Attributes

Inherited from:
TypedArray
def fill(value: Short, start: Int, end: Int): Unit

Attributes

Inherited from:
TypedArray
def get(index: Int): T

Attributes

Inherited from:
TypedArray
def hasOwnProperty(v: String): Boolean

Attributes

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

Attributes

Inherited from:
Object
def jsIterator(): Iterator[T]

Attributes

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

Attributes

Inherited from:
Object
def set(array: Array[_ <: Short], offset: Int): Unit

Attributes

Inherited from:
TypedArray
def set(array: Array[_ <: Short]): Unit

Attributes

Inherited from:
TypedArray
def set(typedArray: Uint8Array, offset: Int): Unit

Attributes

Inherited from:
TypedArray
def set(typedArray: Uint8Array): Unit

Attributes

Inherited from:
TypedArray
def set(index: Int, value: Short): Unit

Attributes

Inherited from:
TypedArray
def subarray(begin: Int, end: Int): Repr

Attributes

Inherited from:
TypedArray
def toLocaleString(): String

Attributes

Inherited from:
Object
def update(index: Int, value: Short): Unit

Attributes

Inherited from:
TypedArray
def valueOf(): Any

Attributes

Inherited from:
Object