The DataView view provides a low-level interface for reading data from and writing it to an ArrayBuffer.
Die DataView Ansicht unterstützt eine Low-Level Schnittstelle für das Lesen und Schreiben von mehrere Zahlentypen in einem ArrayBuffer.
You can't directly manipulate the contents of an ArrayBuffer; instead, you create a typed array view or a DataView which represents the buffer in a specific format, and use that to read and write the contents of the buffer.
Der Inhalt eines ArrayBuffer kann nicht direkt manipuliert werden; stattdessen kann eine typisierte Array-View oder eine DataView erstellt werden, welches den Buffer in einem spezifischen Format darstellt, welche dann für das Lesen und Schreiben der Inhalte auf dem Buffer verwendet werden kann.
For example, you could create an 8-bit integer array that shares the same ArrayBuffer as an existing 32-bit integer array from the same data.
Beispielsweise könnten Sie einen 8-Bit-Integer-Array erstellen, der denselben ArrayBuffer wie ein vorhandener 32-Bit-Integer-Array aus denselben Daten verwendet.
You can't directly manipulate the contents of an ArrayBuffer; instead, you create a typed array view or a DataView which represents the buffer in a specific format, and use that to read and write the contents of the buffer.
Es ist nicht möglich den Inhalt dieses Puffers (ArrayBuffer) direkt zu bearbeiten; stattdessen erstellt man selbst eine Sicht durch ein typisiertes Array oder eine DataView.
A buffer (implemented by the ArrayBuffer object) is an object representing a chunk of data; it has no format to speak of and offers no mechanism for accessing its contents.
Ein Puffer (vom ArrayBuffer-Objekt durchgeführt) ist ein Objekt, das eine Menge von Daten verkörpert. Dazu gehört kein echtes Format und es wird kein Mechanismus angeboten, um auf den Inhalt zuzugreifen.
In fact, multiple views can be created from a single ArrayBuffer source.
Tatsächlich können aus einer einzelnen ArrayBuffer-Quelle mehrere Ansichten erstellt werden.
The ArrayBuffer referenced by this view.
Der ArrayBuffer, der von dieser Ansicht repräsentiert wird.
Why are Array and ArrayBuffer length limited?
Warum ist die Länge von Array and ArrayBuffer limitiert?
The ArrayBuffer is a data type that is used to represent a generic, fixed-length binary data buffer.
Der ArrayBuffer ist ein Datentyp, der einen generischen, binären Datenpuffer mit festgelegter Länge darstellt.
Starting with ECMAScript 2015, ArrayBuffer constructors require to be constructed with a new operator.
Seit ECMAScript 2015 müssen ArrayBuffer Konstruktor mit einem new Operator konstruiert werden.
This should be either "blob" if DOM Blob objects are being used or "arraybuffer" if ArrayBuffer objects are being used.
Dies sollte entweder "blob" sein, falls DOM-Objekte Blob genutzt werden oder "arraybuffer" falls ArrayBuffer-Objekte genutzt werden.
The DataView view provides a low-level interface for reading and writing multiple number types in a binary ArrayBuffer, without having to care about the platform's endianness.
Die DataView Ansicht unterstützt eine Low-Level Schnittstelle für das Lesen und Schreiben von mehrere Zahlentypen in einem ArrayBuffer. Diese Ansicht ist unabhängig von JavaScript, Prototype
Returns the length (in bytes) of the Uint8ClampedArray from the start of its ArrayBuffer.
Gibt die Länge (in Bytes) des Float64Array vom Anfang seines ArrayBuffer zurück.
Potentially sensitive or inappropriate content
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.
No results found for this meaning.
Synonyms and analogies of "an ArrayBuffer" in English