trait Buffer extends Object with StObject with Uint8Array with _KeyLike with _PathLike
Raw data is stored in instances of the Buffer class. A Buffer is similar to an array of integers but corresponds to a raw memory allocation outside the V8 heap. A Buffer cannot be resized. Valid string encodings: 'ascii'|'utf8'|'utf16le'|'ucs2'(alias of 'utf16le')|'base64'|'binary'(deprecated)|'hex'
- Annotations
- @JSType() @native()
- Alphabetic
- By Inheritance
- Buffer
- _PathLike
- _KeyLike
- Uint8Array
- NumberDictionary
- StObject
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val BYTES_PER_ELEMENT: Double
The size in bytes of each element in the array.
The size in bytes of each element in the array.
- Definition Classes
- Uint8Array
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val buffer: ArrayBuffer
The ArrayBuffer instance referenced by the array.
The ArrayBuffer instance referenced by the array.
- Definition Classes
- Uint8Array
- val byteLength: Double
The length in bytes of the array.
The length in bytes of the array.
- Definition Classes
- Uint8Array
- val byteOffset: Double
The offset in bytes of the array.
The offset in bytes of the array.
- Definition Classes
- Uint8Array
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def compare(otherBuffer: Uint8Array, targetStart: Unit, targetEnd: Unit, sourceStart: Unit, sourceEnd: Double): Double
- def compare(otherBuffer: Uint8Array, targetStart: Unit, targetEnd: Unit, sourceStart: Double, sourceEnd: Double): Double
- def compare(otherBuffer: Uint8Array, targetStart: Unit, targetEnd: Unit, sourceStart: Double): Double
- def compare(otherBuffer: Uint8Array, targetStart: Unit, targetEnd: Double, sourceStart: Unit, sourceEnd: Double): Double
- def compare(otherBuffer: Uint8Array, targetStart: Unit, targetEnd: Double, sourceStart: Double, sourceEnd: Double): Double
- def compare(otherBuffer: Uint8Array, targetStart: Unit, targetEnd: Double, sourceStart: Double): Double
- def compare(otherBuffer: Uint8Array, targetStart: Unit, targetEnd: Double): Double
- def compare(otherBuffer: Uint8Array, targetStart: Double, targetEnd: Unit, sourceStart: Unit, sourceEnd: Double): Double
- def compare(otherBuffer: Uint8Array, targetStart: Double, targetEnd: Unit, sourceStart: Double, sourceEnd: Double): Double
- def compare(otherBuffer: Uint8Array, targetStart: Double, targetEnd: Unit, sourceStart: Double): Double
- def compare(otherBuffer: Uint8Array, targetStart: Double, targetEnd: Double, sourceStart: Unit, sourceEnd: Double): Double
- def compare(otherBuffer: Uint8Array, targetStart: Double, targetEnd: Double, sourceStart: Double, sourceEnd: Double): Double
- def compare(otherBuffer: Uint8Array, targetStart: Double, targetEnd: Double, sourceStart: Double): Double
- def compare(otherBuffer: Uint8Array, targetStart: Double, targetEnd: Double): Double
- def compare(otherBuffer: Uint8Array, targetStart: Double): Double
- def compare(otherBuffer: Uint8Array): Double
- def copy(targetBuffer: Uint8Array, targetStart: Unit, sourceStart: Unit, sourceEnd: Double): Double
- def copy(targetBuffer: Uint8Array, targetStart: Unit, sourceStart: Double, sourceEnd: Double): Double
- def copy(targetBuffer: Uint8Array, targetStart: Unit, sourceStart: Double): Double
- def copy(targetBuffer: Uint8Array, targetStart: Double, sourceStart: Unit, sourceEnd: Double): Double
- def copy(targetBuffer: Uint8Array, targetStart: Double, sourceStart: Double, sourceEnd: Double): Double
- def copy(targetBuffer: Uint8Array, targetStart: Double, sourceStart: Double): Double
- def copy(targetBuffer: Uint8Array, targetStart: Double): Double
- def copy(targetBuffer: Uint8Array): Double
- def copyWithin(target: Double, start: Double, end: Double): Buffer.this.type
- Definition Classes
- Uint8Array
- def copyWithin(target: Double, start: Double): Buffer.this.type
Returns the this object after copying a section of the array identified by start and end to the same array starting at position target
Returns the this object after copying a section of the array identified by start and end to the same array starting at position target
- target
If target is negative, it is treated as length+target where length is the length of the array.
- start
If start is negative, it is treated as length+start. If end is negative, it is treated as length+end.
- Definition Classes
- Uint8Array
- def entries(): IterableIterator[Tuple2[Double, Double]]
Returns an array of key, value pairs for every entry in the array
Returns an array of key, value pairs for every entry in the array
- Definition Classes
- Uint8Array
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(otherBuffer: Uint8Array): Boolean
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def every(predicate: Function3[Double, Double, Buffer.this.type, Any], thisArg: Any): Boolean
- Definition Classes
- Uint8Array
- def every(predicate: Function3[Double, Double, Buffer.this.type, Any]): Boolean
Determines whether all the members of an array satisfy the specified test.
Determines whether all the members of an array satisfy the specified test.
- predicate
A function that accepts up to three arguments. The every method calls the predicate function for each element in the array until the predicate returns a value which is coercible to the Boolean value false, or until the end of the array.
- Definition Classes
- Uint8Array
- def fill(value: Double, offset: Unit, end: Unit, encoding: BufferEncoding): Buffer.this.type
- def fill(value: Double, offset: Unit, end: Double, encoding: BufferEncoding): Buffer.this.type
- def fill(value: Double, offset: Double, end: Unit, encoding: BufferEncoding): Buffer.this.type
- def fill(value: Double, offset: Double, end: Double, encoding: BufferEncoding): Buffer.this.type
- def fill(value: Uint8Array, offset: Unit, end: Unit, encoding: BufferEncoding): Buffer.this.type
- def fill(value: Uint8Array, offset: Unit, end: Double, encoding: BufferEncoding): Buffer.this.type
- def fill(value: Uint8Array, offset: Unit, end: Double): Buffer.this.type
- def fill(value: Uint8Array, offset: Double, end: Unit, encoding: BufferEncoding): Buffer.this.type
- def fill(value: Uint8Array, offset: Double, end: Double, encoding: BufferEncoding): Buffer.this.type
- def fill(value: Uint8Array, offset: Double, end: Double): Buffer.this.type
- def fill(value: Uint8Array, offset: Double): Buffer.this.type
- def fill(value: Uint8Array): Buffer.this.type
- def fill(value: String, offset: Unit, end: Unit, encoding: BufferEncoding): Buffer.this.type
- def fill(value: String, offset: Unit, end: Double, encoding: BufferEncoding): Buffer.this.type
- def fill(value: String, offset: Unit, end: Double): Buffer.this.type
- def fill(value: String, offset: Double, end: Unit, encoding: BufferEncoding): Buffer.this.type
- def fill(value: String, offset: Double, end: Double, encoding: BufferEncoding): Buffer.this.type
- def fill(value: String, offset: Double, end: Double): Buffer.this.type
- def fill(value: String, offset: Double): Buffer.this.type
- def fill(value: String): Buffer.this.type
- def fill(value: Double, start: Unit, end: Double): Buffer.this.type
- Definition Classes
- Uint8Array
- def fill(value: Double, start: Double, end: Double): Buffer.this.type
- Definition Classes
- Uint8Array
- def fill(value: Double, start: Double): Buffer.this.type
- Definition Classes
- Uint8Array
- def fill(value: Double): Buffer.this.type
Returns the this object after filling the section identified by start and end with value
Returns the this object after filling the section identified by start and end with value
- value
value to fill array section with
- Definition Classes
- Uint8Array
- def filter(predicate: Function3[Double, Double, Buffer.this.type, Any], thisArg: Any): Uint8Array
- Definition Classes
- Uint8Array
- def filter(predicate: Function3[Double, Double, Buffer.this.type, Any]): Uint8Array
Returns the elements of an array that meet the condition specified in a callback function.
Returns the elements of an array that meet the condition specified in a callback function.
- predicate
A function that accepts up to three arguments. The filter method calls the predicate function one time for each element in the array.
- Definition Classes
- Uint8Array
- def find(predicate: Function3[Double, Double, Buffer.this.type, Boolean], thisArg: Any): UndefOr[Double]
- Definition Classes
- Uint8Array
- def find(predicate: Function3[Double, Double, Buffer.this.type, Boolean]): UndefOr[Double]
Returns the value of the first element in the array where predicate is true, and undefined otherwise.
Returns the value of the first element in the array where predicate is true, and undefined otherwise.
- predicate
find calls predicate once for each element of the array, in ascending order, until it finds one where predicate returns true. If such an element is found, find immediately returns that element value. Otherwise, find returns undefined.
- Definition Classes
- Uint8Array
- def findIndex(predicate: Function3[Double, Double, Buffer.this.type, Boolean], thisArg: Any): Double
- Definition Classes
- Uint8Array
- def findIndex(predicate: Function3[Double, Double, Buffer.this.type, Boolean]): Double
Returns the index of the first element in the array where predicate is true, and -1 otherwise.
Returns the index of the first element in the array where predicate is true, and -1 otherwise.
- predicate
find calls predicate once for each element of the array, in ascending order, until it finds one where predicate returns true. If such an element is found, findIndex immediately returns that element index. Otherwise, findIndex returns -1.
- Definition Classes
- Uint8Array
- def forEach(callbackfn: Function3[Double, Double, Buffer.this.type, Unit], thisArg: Any): Unit
- Definition Classes
- Uint8Array
- def forEach(callbackfn: Function3[Double, Double, Buffer.this.type, Unit]): Unit
Performs the specified action for each element in an array.
Performs the specified action for each element in an array.
- callbackfn
A function that accepts up to three arguments. forEach calls the callbackfn function one time for each element in the array.
- Definition Classes
- Uint8Array
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def includes(value: Double, byteOffset: Unit, encoding: BufferEncoding): Boolean
- def includes(value: Double, byteOffset: Double, encoding: BufferEncoding): Boolean
- def includes(value: Double, byteOffset: Double): Boolean
- def includes(value: Double): Boolean
- def includes(value: String, byteOffset: Unit, encoding: BufferEncoding): Boolean
- def includes(value: String, byteOffset: Double, encoding: BufferEncoding): Boolean
- def includes(value: String, byteOffset: Double): Boolean
- def includes(value: String): Boolean
- def includes(value: Buffer, byteOffset: Unit, encoding: BufferEncoding): Boolean
- def includes(value: Buffer, byteOffset: Double, encoding: BufferEncoding): Boolean
- def includes(value: Buffer, byteOffset: Double): Boolean
- def includes(value: Buffer): Boolean
- def indexOf(value: Double, byteOffset: Unit, encoding: BufferEncoding): Double
- def indexOf(value: Double, byteOffset: Double, encoding: BufferEncoding): Double
- def indexOf(value: Uint8Array, byteOffset: Unit, encoding: BufferEncoding): Double
- def indexOf(value: Uint8Array, byteOffset: Double, encoding: BufferEncoding): Double
- def indexOf(value: Uint8Array, byteOffset: Double): Double
- def indexOf(value: Uint8Array): Double
- def indexOf(value: String, byteOffset: Unit, encoding: BufferEncoding): Double
- def indexOf(value: String, byteOffset: Double, encoding: BufferEncoding): Double
- def indexOf(value: String, byteOffset: Double): Double
- def indexOf(value: String): Double
- def indexOf(searchElement: Double, fromIndex: Double): Double
- Definition Classes
- Uint8Array
- def indexOf(searchElement: Double): Double
Returns the index of the first occurrence of a value in an array.
Returns the index of the first occurrence of a value in an array.
- searchElement
The value to locate in the array.
- Definition Classes
- Uint8Array
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val iterator: Function0[IterableIterator[Double]]
- Definition Classes
- Uint8Array
- Annotations
- @JSName(js.Symbol.iterator)
- def join(separator: String): String
- Definition Classes
- Uint8Array
- def join(): String
Adds all the elements of an array separated by the specified separator string.
Adds all the elements of an array separated by the specified separator string.
- Definition Classes
- Uint8Array
- def keys(): IterableIterator[Double]
Returns an list of keys in the array
Returns an list of keys in the array
- Definition Classes
- Uint8Array
- def lastIndexOf(value: Double, byteOffset: Unit, encoding: BufferEncoding): Double
- def lastIndexOf(value: Double, byteOffset: Double, encoding: BufferEncoding): Double
- def lastIndexOf(value: Uint8Array, byteOffset: Unit, encoding: BufferEncoding): Double
- def lastIndexOf(value: Uint8Array, byteOffset: Double, encoding: BufferEncoding): Double
- def lastIndexOf(value: Uint8Array, byteOffset: Double): Double
- def lastIndexOf(value: Uint8Array): Double
- def lastIndexOf(value: String, byteOffset: Unit, encoding: BufferEncoding): Double
- def lastIndexOf(value: String, byteOffset: Double, encoding: BufferEncoding): Double
- def lastIndexOf(value: String, byteOffset: Double): Double
- def lastIndexOf(value: String): Double
- def lastIndexOf(searchElement: Double, fromIndex: Double): Double
- Definition Classes
- Uint8Array
- def lastIndexOf(searchElement: Double): Double
Returns the index of the last occurrence of a value in an array.
Returns the index of the last occurrence of a value in an array.
- searchElement
The value to locate in the array.
- Definition Classes
- Uint8Array
- val length: Double
The length of the array.
The length of the array.
- Definition Classes
- Uint8Array
- def map(callbackfn: Function3[Double, Double, Buffer.this.type, Double], thisArg: Any): Uint8Array
- Definition Classes
- Uint8Array
- def map(callbackfn: Function3[Double, Double, Buffer.this.type, Double]): Uint8Array
Calls a defined callback function on each element of an array, and returns an array that contains the results.
Calls a defined callback function on each element of an array, and returns an array that contains the results.
- callbackfn
A function that accepts up to three arguments. The map method calls the callbackfn function one time for each element in the array.
- Definition Classes
- Uint8Array
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- def readBigInt64BE(offset: Double): BigInt
- def readBigInt64BE(): BigInt
- def readBigInt64LE(offset: Double): BigInt
- def readBigInt64LE(): BigInt
- def readBigUInt64BE(offset: Double): BigInt
- def readBigUInt64BE(): BigInt
- def readBigUInt64LE(offset: Double): BigInt
- def readBigUInt64LE(): BigInt
- def readDoubleBE(offset: Double): Double
- def readDoubleBE(): Double
- def readDoubleLE(offset: Double): Double
- def readDoubleLE(): Double
- def readFloatBE(offset: Double): Double
- def readFloatBE(): Double
- def readFloatLE(offset: Double): Double
- def readFloatLE(): Double
- def readInt16BE(offset: Double): Double
- def readInt16BE(): Double
- def readInt16LE(offset: Double): Double
- def readInt16LE(): Double
- def readInt32BE(offset: Double): Double
- def readInt32BE(): Double
- def readInt32LE(offset: Double): Double
- def readInt32LE(): Double
- def readInt8(offset: Double): Double
- def readInt8(): Double
- def readIntBE(offset: Double, byteLength: Double): Double
- def readIntLE(offset: Double, byteLength: Double): Double
- def readUInt16BE(offset: Double): Double
- def readUInt16BE(): Double
- def readUInt16LE(offset: Double): Double
- def readUInt16LE(): Double
- def readUInt32BE(offset: Double): Double
- def readUInt32BE(): Double
- def readUInt32LE(offset: Double): Double
- def readUInt32LE(): Double
- def readUInt8(offset: Double): Double
- def readUInt8(): Double
- def readUIntBE(offset: Double, byteLength: Double): Double
- def readUIntLE(offset: Double, byteLength: Double): Double
- def reduce[U](callbackfn: Function4[U, Double, Double, Buffer.this.type, U], initialValue: U): U
Calls the specified callback function for all the elements in an array.
Calls the specified callback function for all the elements in an array. The return value of the callback function is the accumulated result, and is provided as an argument in the next call to the callback function.
- callbackfn
A function that accepts up to four arguments. The reduce method calls the callbackfn function one time for each element in the array.
- initialValue
If initialValue is specified, it is used as the initial value to start the accumulation. The first call to the callbackfn function provides this value as an argument instead of an array value.
- Definition Classes
- Uint8Array
- def reduce(callbackfn: Function4[Double, Double, Double, Buffer.this.type, Double], initialValue: Double): Double
- Definition Classes
- Uint8Array
- def reduce(callbackfn: Function4[Double, Double, Double, Buffer.this.type, Double]): Double
Calls the specified callback function for all the elements in an array.
Calls the specified callback function for all the elements in an array. The return value of the callback function is the accumulated result, and is provided as an argument in the next call to the callback function.
- callbackfn
A function that accepts up to four arguments. The reduce method calls the callbackfn function one time for each element in the array.
- Definition Classes
- Uint8Array
- def reduceRight[U](callbackfn: Function4[U, Double, Double, Buffer.this.type, U], initialValue: U): U
Calls the specified callback function for all the elements in an array, in descending order.
Calls the specified callback function for all the elements in an array, in descending order. The return value of the callback function is the accumulated result, and is provided as an argument in the next call to the callback function.
- callbackfn
A function that accepts up to four arguments. The reduceRight method calls the callbackfn function one time for each element in the array.
- initialValue
If initialValue is specified, it is used as the initial value to start the accumulation. The first call to the callbackfn function provides this value as an argument instead of an array value.
- Definition Classes
- Uint8Array
- def reduceRight(callbackfn: Function4[Double, Double, Double, Buffer.this.type, Double], initialValue: Double): Double
- Definition Classes
- Uint8Array
- def reduceRight(callbackfn: Function4[Double, Double, Double, Buffer.this.type, Double]): Double
Calls the specified callback function for all the elements in an array, in descending order.
Calls the specified callback function for all the elements in an array, in descending order. The return value of the callback function is the accumulated result, and is provided as an argument in the next call to the callback function.
- callbackfn
A function that accepts up to four arguments. The reduceRight method calls the callbackfn function one time for each element in the array.
- Definition Classes
- Uint8Array
- def reverse(): Uint8Array
Reverses the elements in an Array.
Reverses the elements in an Array.
- Definition Classes
- Uint8Array
- def set(array: ArrayLike[Double], offset: Double): Unit
- Definition Classes
- Uint8Array
- def set(array: ArrayLike[Double]): Unit
Sets a value or an array of values.
Sets a value or an array of values.
- array
A typed or untyped array of values to set.
- Definition Classes
- Uint8Array
- def slice(start: Unit, end: Double): Uint8Array
- Definition Classes
- Uint8Array
- def slice(start: Double, end: Double): Uint8Array
- Definition Classes
- Uint8Array
- def slice(start: Double): Uint8Array
- Definition Classes
- Uint8Array
- def slice(): Uint8Array
Returns a section of an array.
Returns a section of an array.
- Definition Classes
- Uint8Array
- def some(predicate: Function3[Double, Double, Buffer.this.type, Any], thisArg: Any): Boolean
- Definition Classes
- Uint8Array
- def some(predicate: Function3[Double, Double, Buffer.this.type, Any]): Boolean
Determines whether the specified callback function returns true for any element of an array.
Determines whether the specified callback function returns true for any element of an array.
- predicate
A function that accepts up to three arguments. The some method calls the predicate function for each element in the array until the predicate returns a value which is coercible to the Boolean value true, or until the end of the array.
- Definition Classes
- Uint8Array
- def sort(compareFn: Function2[Double, Double, Double]): Buffer.this.type
- Definition Classes
- Uint8Array
- def sort(): Buffer.this.type
Sorts an array.
Sorts an array.
- Definition Classes
- Uint8Array
- def subarray(begin: Unit, end: Double): Uint8Array
- Definition Classes
- Uint8Array
- def subarray(begin: Double, end: Double): Uint8Array
- Definition Classes
- Uint8Array
- def subarray(begin: Double): Uint8Array
- Definition Classes
- Uint8Array
- def subarray(): Uint8Array
Gets a new Uint8Array view of the ArrayBuffer store for this array, referencing the elements at begin, inclusive, up to end, exclusive.
Gets a new Uint8Array view of the ArrayBuffer store for this array, referencing the elements at begin, inclusive, up to end, exclusive.
- Definition Classes
- Uint8Array
- def swap16(): Buffer
- def swap32(): Buffer
- def swap64(): Buffer
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toJSON(): Data
- def toLocaleString(): String
- Definition Classes
- Object
- def toString(encoding: Unit, start: Unit, end: Double): String
- def toString(encoding: Unit, start: Double, end: Double): String
- def toString(encoding: Unit, start: Double): String
- def toString(encoding: BufferEncoding, start: Unit, end: Double): String
- def toString(encoding: BufferEncoding, start: Double, end: Double): String
- def toString(encoding: BufferEncoding, start: Double): String
- def toString(encoding: BufferEncoding): String
- def toString(): String
- Definition Classes
- AnyRef → Any
- val toStringTag: Uint8Array
- Definition Classes
- Uint8Array
- Annotations
- @JSName(js.Symbol.toStringTag)
- def valueOf(): Any
- Definition Classes
- Object
- def values(): IterableIterator[Double]
Returns an list of values in the array
Returns an list of values in the array
- Definition Classes
- Uint8Array
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def write(string: String, offset: Double, length: Double, encoding: BufferEncoding): Double
- def write(string: String, offset: Double, length: Double): Double
- def write(string: String, offset: Double, encoding: BufferEncoding): Double
- def write(string: String, offset: Double): Double
- def write(string: String, encoding: BufferEncoding): Double
- def write(string: String): Double
- def writeBigInt64BE(value: BigInt, offset: Double): Double
- def writeBigInt64BE(value: BigInt): Double
- def writeBigInt64LE(value: BigInt, offset: Double): Double
- def writeBigInt64LE(value: BigInt): Double
- def writeBigUInt64BE(value: BigInt, offset: Double): Double
- def writeBigUInt64BE(value: BigInt): Double
- def writeBigUInt64LE(value: BigInt, offset: Double): Double
- def writeBigUInt64LE(value: BigInt): Double
- def writeDoubleBE(value: Double, offset: Double): Double
- def writeDoubleBE(value: Double): Double
- def writeDoubleLE(value: Double, offset: Double): Double
- def writeDoubleLE(value: Double): Double
- def writeFloatBE(value: Double, offset: Double): Double
- def writeFloatBE(value: Double): Double
- def writeFloatLE(value: Double, offset: Double): Double
- def writeFloatLE(value: Double): Double
- def writeInt16BE(value: Double, offset: Double): Double
- def writeInt16BE(value: Double): Double
- def writeInt16LE(value: Double, offset: Double): Double
- def writeInt16LE(value: Double): Double
- def writeInt32BE(value: Double, offset: Double): Double
- def writeInt32BE(value: Double): Double
- def writeInt32LE(value: Double, offset: Double): Double
- def writeInt32LE(value: Double): Double
- def writeInt8(value: Double, offset: Double): Double
- def writeInt8(value: Double): Double
- def writeIntBE(value: Double, offset: Double, byteLength: Double): Double
- def writeIntLE(value: Double, offset: Double, byteLength: Double): Double
- def writeUInt16BE(value: Double, offset: Double): Double
- def writeUInt16BE(value: Double): Double
- def writeUInt16LE(value: Double, offset: Double): Double
- def writeUInt16LE(value: Double): Double
- def writeUInt32BE(value: Double, offset: Double): Double
- def writeUInt32BE(value: Double): Double
- def writeUInt32LE(value: Double, offset: Double): Double
- def writeUInt32LE(value: Double): Double
- def writeUInt8(value: Double, offset: Double): Double
- def writeUInt8(value: Double): Double
- def writeUIntBE(value: Double, offset: Double, byteLength: Double): Double
- def writeUIntLE(value: Double, offset: Double, byteLength: Double): Double
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated