Packages

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()
Linear Supertypes
_PathLike, _KeyLike, Uint8Array, NumberDictionary[Double], StObject, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Buffer
  2. _PathLike
  3. _KeyLike
  4. Uint8Array
  5. NumberDictionary
  6. StObject
  7. Object
  8. Any
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. 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
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val buffer: ArrayBuffer

    The ArrayBuffer instance referenced by the array.

    The ArrayBuffer instance referenced by the array.

    Definition Classes
    Uint8Array
  7. val byteLength: Double

    The length in bytes of the array.

    The length in bytes of the array.

    Definition Classes
    Uint8Array
  8. val byteOffset: Double

    The offset in bytes of the array.

    The offset in bytes of the array.

    Definition Classes
    Uint8Array
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. def compare(otherBuffer: Uint8Array, targetStart: Unit, targetEnd: Unit, sourceStart: Unit, sourceEnd: Double): Double
  11. def compare(otherBuffer: Uint8Array, targetStart: Unit, targetEnd: Unit, sourceStart: Double, sourceEnd: Double): Double
  12. def compare(otherBuffer: Uint8Array, targetStart: Unit, targetEnd: Unit, sourceStart: Double): Double
  13. def compare(otherBuffer: Uint8Array, targetStart: Unit, targetEnd: Double, sourceStart: Unit, sourceEnd: Double): Double
  14. def compare(otherBuffer: Uint8Array, targetStart: Unit, targetEnd: Double, sourceStart: Double, sourceEnd: Double): Double
  15. def compare(otherBuffer: Uint8Array, targetStart: Unit, targetEnd: Double, sourceStart: Double): Double
  16. def compare(otherBuffer: Uint8Array, targetStart: Unit, targetEnd: Double): Double
  17. def compare(otherBuffer: Uint8Array, targetStart: Double, targetEnd: Unit, sourceStart: Unit, sourceEnd: Double): Double
  18. def compare(otherBuffer: Uint8Array, targetStart: Double, targetEnd: Unit, sourceStart: Double, sourceEnd: Double): Double
  19. def compare(otherBuffer: Uint8Array, targetStart: Double, targetEnd: Unit, sourceStart: Double): Double
  20. def compare(otherBuffer: Uint8Array, targetStart: Double, targetEnd: Double, sourceStart: Unit, sourceEnd: Double): Double
  21. def compare(otherBuffer: Uint8Array, targetStart: Double, targetEnd: Double, sourceStart: Double, sourceEnd: Double): Double
  22. def compare(otherBuffer: Uint8Array, targetStart: Double, targetEnd: Double, sourceStart: Double): Double
  23. def compare(otherBuffer: Uint8Array, targetStart: Double, targetEnd: Double): Double
  24. def compare(otherBuffer: Uint8Array, targetStart: Double): Double
  25. def compare(otherBuffer: Uint8Array): Double
  26. def copy(targetBuffer: Uint8Array, targetStart: Unit, sourceStart: Unit, sourceEnd: Double): Double
  27. def copy(targetBuffer: Uint8Array, targetStart: Unit, sourceStart: Double, sourceEnd: Double): Double
  28. def copy(targetBuffer: Uint8Array, targetStart: Unit, sourceStart: Double): Double
  29. def copy(targetBuffer: Uint8Array, targetStart: Double, sourceStart: Unit, sourceEnd: Double): Double
  30. def copy(targetBuffer: Uint8Array, targetStart: Double, sourceStart: Double, sourceEnd: Double): Double
  31. def copy(targetBuffer: Uint8Array, targetStart: Double, sourceStart: Double): Double
  32. def copy(targetBuffer: Uint8Array, targetStart: Double): Double
  33. def copy(targetBuffer: Uint8Array): Double
  34. def copyWithin(target: Double, start: Double, end: Double): Buffer.this.type
    Definition Classes
    Uint8Array
  35. 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
  36. 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
  37. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. def equals(otherBuffer: Uint8Array): Boolean
  39. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  40. def every(predicate: Function3[Double, Double, Buffer.this.type, Any], thisArg: Any): Boolean
    Definition Classes
    Uint8Array
  41. 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
  42. def fill(value: Double, offset: Unit, end: Unit, encoding: BufferEncoding): Buffer.this.type
  43. def fill(value: Double, offset: Unit, end: Double, encoding: BufferEncoding): Buffer.this.type
  44. def fill(value: Double, offset: Double, end: Unit, encoding: BufferEncoding): Buffer.this.type
  45. def fill(value: Double, offset: Double, end: Double, encoding: BufferEncoding): Buffer.this.type
  46. def fill(value: Uint8Array, offset: Unit, end: Unit, encoding: BufferEncoding): Buffer.this.type
  47. def fill(value: Uint8Array, offset: Unit, end: Double, encoding: BufferEncoding): Buffer.this.type
  48. def fill(value: Uint8Array, offset: Unit, end: Double): Buffer.this.type
  49. def fill(value: Uint8Array, offset: Double, end: Unit, encoding: BufferEncoding): Buffer.this.type
  50. def fill(value: Uint8Array, offset: Double, end: Double, encoding: BufferEncoding): Buffer.this.type
  51. def fill(value: Uint8Array, offset: Double, end: Double): Buffer.this.type
  52. def fill(value: Uint8Array, offset: Double): Buffer.this.type
  53. def fill(value: Uint8Array): Buffer.this.type
  54. def fill(value: String, offset: Unit, end: Unit, encoding: BufferEncoding): Buffer.this.type
  55. def fill(value: String, offset: Unit, end: Double, encoding: BufferEncoding): Buffer.this.type
  56. def fill(value: String, offset: Unit, end: Double): Buffer.this.type
  57. def fill(value: String, offset: Double, end: Unit, encoding: BufferEncoding): Buffer.this.type
  58. def fill(value: String, offset: Double, end: Double, encoding: BufferEncoding): Buffer.this.type
  59. def fill(value: String, offset: Double, end: Double): Buffer.this.type
  60. def fill(value: String, offset: Double): Buffer.this.type
  61. def fill(value: String): Buffer.this.type
  62. def fill(value: Double, start: Unit, end: Double): Buffer.this.type
    Definition Classes
    Uint8Array
  63. def fill(value: Double, start: Double, end: Double): Buffer.this.type
    Definition Classes
    Uint8Array
  64. def fill(value: Double, start: Double): Buffer.this.type
    Definition Classes
    Uint8Array
  65. 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
  66. def filter(predicate: Function3[Double, Double, Buffer.this.type, Any], thisArg: Any): Uint8Array
    Definition Classes
    Uint8Array
  67. 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
  68. def find(predicate: Function3[Double, Double, Buffer.this.type, Boolean], thisArg: Any): UndefOr[Double]
    Definition Classes
    Uint8Array
  69. 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
  70. def findIndex(predicate: Function3[Double, Double, Buffer.this.type, Boolean], thisArg: Any): Double
    Definition Classes
    Uint8Array
  71. 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
  72. def forEach(callbackfn: Function3[Double, Double, Buffer.this.type, Unit], thisArg: Any): Unit
    Definition Classes
    Uint8Array
  73. 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
  74. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  75. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  76. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  77. def includes(value: Double, byteOffset: Unit, encoding: BufferEncoding): Boolean
  78. def includes(value: Double, byteOffset: Double, encoding: BufferEncoding): Boolean
  79. def includes(value: Double, byteOffset: Double): Boolean
  80. def includes(value: Double): Boolean
  81. def includes(value: String, byteOffset: Unit, encoding: BufferEncoding): Boolean
  82. def includes(value: String, byteOffset: Double, encoding: BufferEncoding): Boolean
  83. def includes(value: String, byteOffset: Double): Boolean
  84. def includes(value: String): Boolean
  85. def includes(value: Buffer, byteOffset: Unit, encoding: BufferEncoding): Boolean
  86. def includes(value: Buffer, byteOffset: Double, encoding: BufferEncoding): Boolean
  87. def includes(value: Buffer, byteOffset: Double): Boolean
  88. def includes(value: Buffer): Boolean
  89. def indexOf(value: Double, byteOffset: Unit, encoding: BufferEncoding): Double
  90. def indexOf(value: Double, byteOffset: Double, encoding: BufferEncoding): Double
  91. def indexOf(value: Uint8Array, byteOffset: Unit, encoding: BufferEncoding): Double
  92. def indexOf(value: Uint8Array, byteOffset: Double, encoding: BufferEncoding): Double
  93. def indexOf(value: Uint8Array, byteOffset: Double): Double
  94. def indexOf(value: Uint8Array): Double
  95. def indexOf(value: String, byteOffset: Unit, encoding: BufferEncoding): Double
  96. def indexOf(value: String, byteOffset: Double, encoding: BufferEncoding): Double
  97. def indexOf(value: String, byteOffset: Double): Double
  98. def indexOf(value: String): Double
  99. def indexOf(searchElement: Double, fromIndex: Double): Double
    Definition Classes
    Uint8Array
  100. 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
  101. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  102. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  103. val iterator: Function0[IterableIterator[Double]]
    Definition Classes
    Uint8Array
    Annotations
    @JSName(js.Symbol.iterator)
  104. def join(separator: String): String
    Definition Classes
    Uint8Array
  105. 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
  106. def keys(): IterableIterator[Double]

    Returns an list of keys in the array

    Returns an list of keys in the array

    Definition Classes
    Uint8Array
  107. def lastIndexOf(value: Double, byteOffset: Unit, encoding: BufferEncoding): Double
  108. def lastIndexOf(value: Double, byteOffset: Double, encoding: BufferEncoding): Double
  109. def lastIndexOf(value: Uint8Array, byteOffset: Unit, encoding: BufferEncoding): Double
  110. def lastIndexOf(value: Uint8Array, byteOffset: Double, encoding: BufferEncoding): Double
  111. def lastIndexOf(value: Uint8Array, byteOffset: Double): Double
  112. def lastIndexOf(value: Uint8Array): Double
  113. def lastIndexOf(value: String, byteOffset: Unit, encoding: BufferEncoding): Double
  114. def lastIndexOf(value: String, byteOffset: Double, encoding: BufferEncoding): Double
  115. def lastIndexOf(value: String, byteOffset: Double): Double
  116. def lastIndexOf(value: String): Double
  117. def lastIndexOf(searchElement: Double, fromIndex: Double): Double
    Definition Classes
    Uint8Array
  118. 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
  119. val length: Double

    The length of the array.

    The length of the array.

    Definition Classes
    Uint8Array
  120. def map(callbackfn: Function3[Double, Double, Buffer.this.type, Double], thisArg: Any): Uint8Array
    Definition Classes
    Uint8Array
  121. 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
  122. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  123. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  124. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  125. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  126. def readBigInt64BE(offset: Double): BigInt
  127. def readBigInt64BE(): BigInt
  128. def readBigInt64LE(offset: Double): BigInt
  129. def readBigInt64LE(): BigInt
  130. def readBigUInt64BE(offset: Double): BigInt
  131. def readBigUInt64BE(): BigInt
  132. def readBigUInt64LE(offset: Double): BigInt
  133. def readBigUInt64LE(): BigInt
  134. def readDoubleBE(offset: Double): Double
  135. def readDoubleBE(): Double
  136. def readDoubleLE(offset: Double): Double
  137. def readDoubleLE(): Double
  138. def readFloatBE(offset: Double): Double
  139. def readFloatBE(): Double
  140. def readFloatLE(offset: Double): Double
  141. def readFloatLE(): Double
  142. def readInt16BE(offset: Double): Double
  143. def readInt16BE(): Double
  144. def readInt16LE(offset: Double): Double
  145. def readInt16LE(): Double
  146. def readInt32BE(offset: Double): Double
  147. def readInt32BE(): Double
  148. def readInt32LE(offset: Double): Double
  149. def readInt32LE(): Double
  150. def readInt8(offset: Double): Double
  151. def readInt8(): Double
  152. def readIntBE(offset: Double, byteLength: Double): Double
  153. def readIntLE(offset: Double, byteLength: Double): Double
  154. def readUInt16BE(offset: Double): Double
  155. def readUInt16BE(): Double
  156. def readUInt16LE(offset: Double): Double
  157. def readUInt16LE(): Double
  158. def readUInt32BE(offset: Double): Double
  159. def readUInt32BE(): Double
  160. def readUInt32LE(offset: Double): Double
  161. def readUInt32LE(): Double
  162. def readUInt8(offset: Double): Double
  163. def readUInt8(): Double
  164. def readUIntBE(offset: Double, byteLength: Double): Double
  165. def readUIntLE(offset: Double, byteLength: Double): Double
  166. 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
  167. def reduce(callbackfn: Function4[Double, Double, Double, Buffer.this.type, Double], initialValue: Double): Double
    Definition Classes
    Uint8Array
  168. 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
  169. 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
  170. def reduceRight(callbackfn: Function4[Double, Double, Double, Buffer.this.type, Double], initialValue: Double): Double
    Definition Classes
    Uint8Array
  171. 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
  172. def reverse(): Uint8Array

    Reverses the elements in an Array.

    Reverses the elements in an Array.

    Definition Classes
    Uint8Array
  173. def set(array: ArrayLike[Double], offset: Double): Unit
    Definition Classes
    Uint8Array
  174. 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
  175. def slice(start: Unit, end: Double): Uint8Array
    Definition Classes
    Uint8Array
  176. def slice(start: Double, end: Double): Uint8Array
    Definition Classes
    Uint8Array
  177. def slice(start: Double): Uint8Array
    Definition Classes
    Uint8Array
  178. def slice(): Uint8Array

    Returns a section of an array.

    Returns a section of an array.

    Definition Classes
    Uint8Array
  179. def some(predicate: Function3[Double, Double, Buffer.this.type, Any], thisArg: Any): Boolean
    Definition Classes
    Uint8Array
  180. 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
  181. def sort(compareFn: Function2[Double, Double, Double]): Buffer.this.type
    Definition Classes
    Uint8Array
  182. def sort(): Buffer.this.type

    Sorts an array.

    Sorts an array.

    Definition Classes
    Uint8Array
  183. def subarray(begin: Unit, end: Double): Uint8Array
    Definition Classes
    Uint8Array
  184. def subarray(begin: Double, end: Double): Uint8Array
    Definition Classes
    Uint8Array
  185. def subarray(begin: Double): Uint8Array
    Definition Classes
    Uint8Array
  186. 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
  187. def swap16(): Buffer
  188. def swap32(): Buffer
  189. def swap64(): Buffer
  190. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  191. def toJSON(): Data
  192. def toLocaleString(): String
    Definition Classes
    Object
  193. def toString(encoding: Unit, start: Unit, end: Double): String
  194. def toString(encoding: Unit, start: Double, end: Double): String
  195. def toString(encoding: Unit, start: Double): String
  196. def toString(encoding: BufferEncoding, start: Unit, end: Double): String
  197. def toString(encoding: BufferEncoding, start: Double, end: Double): String
  198. def toString(encoding: BufferEncoding, start: Double): String
  199. def toString(encoding: BufferEncoding): String
  200. def toString(): String
    Definition Classes
    AnyRef → Any
  201. val toStringTag: Uint8Array
    Definition Classes
    Uint8Array
    Annotations
    @JSName(js.Symbol.toStringTag)
  202. def valueOf(): Any
    Definition Classes
    Object
  203. def values(): IterableIterator[Double]

    Returns an list of values in the array

    Returns an list of values in the array

    Definition Classes
    Uint8Array
  204. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  205. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  206. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  207. def write(string: String, offset: Double, length: Double, encoding: BufferEncoding): Double
  208. def write(string: String, offset: Double, length: Double): Double
  209. def write(string: String, offset: Double, encoding: BufferEncoding): Double
  210. def write(string: String, offset: Double): Double
  211. def write(string: String, encoding: BufferEncoding): Double
  212. def write(string: String): Double
  213. def writeBigInt64BE(value: BigInt, offset: Double): Double
  214. def writeBigInt64BE(value: BigInt): Double
  215. def writeBigInt64LE(value: BigInt, offset: Double): Double
  216. def writeBigInt64LE(value: BigInt): Double
  217. def writeBigUInt64BE(value: BigInt, offset: Double): Double
  218. def writeBigUInt64BE(value: BigInt): Double
  219. def writeBigUInt64LE(value: BigInt, offset: Double): Double
  220. def writeBigUInt64LE(value: BigInt): Double
  221. def writeDoubleBE(value: Double, offset: Double): Double
  222. def writeDoubleBE(value: Double): Double
  223. def writeDoubleLE(value: Double, offset: Double): Double
  224. def writeDoubleLE(value: Double): Double
  225. def writeFloatBE(value: Double, offset: Double): Double
  226. def writeFloatBE(value: Double): Double
  227. def writeFloatLE(value: Double, offset: Double): Double
  228. def writeFloatLE(value: Double): Double
  229. def writeInt16BE(value: Double, offset: Double): Double
  230. def writeInt16BE(value: Double): Double
  231. def writeInt16LE(value: Double, offset: Double): Double
  232. def writeInt16LE(value: Double): Double
  233. def writeInt32BE(value: Double, offset: Double): Double
  234. def writeInt32BE(value: Double): Double
  235. def writeInt32LE(value: Double, offset: Double): Double
  236. def writeInt32LE(value: Double): Double
  237. def writeInt8(value: Double, offset: Double): Double
  238. def writeInt8(value: Double): Double
  239. def writeIntBE(value: Double, offset: Double, byteLength: Double): Double
  240. def writeIntLE(value: Double, offset: Double, byteLength: Double): Double
  241. def writeUInt16BE(value: Double, offset: Double): Double
  242. def writeUInt16BE(value: Double): Double
  243. def writeUInt16LE(value: Double, offset: Double): Double
  244. def writeUInt16LE(value: Double): Double
  245. def writeUInt32BE(value: Double, offset: Double): Double
  246. def writeUInt32BE(value: Double): Double
  247. def writeUInt32LE(value: Double, offset: Double): Double
  248. def writeUInt32LE(value: Double): Double
  249. def writeUInt8(value: Double, offset: Double): Double
  250. def writeUInt8(value: Double): Double
  251. def writeUIntBE(value: Double, offset: Double, byteLength: Double): Double
  252. def writeUIntLE(value: Double, offset: Double, byteLength: Double): Double

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from _PathLike

Inherited from _KeyLike

Inherited from Uint8Array

Inherited from NumberDictionary[Double]

Inherited from StObject

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped