Download for Windows Premium
Advertising
ArrayBuffer

Translation of "ArrayBuffer" in English

We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
ArrayBuffer
Die Größe, in Bytes, des zu erstellenden ArrayBuffer.
The size, in bytes, of the array buffer to create.
Der ArrayBuffer, der von dieser Ansicht repräsentiert wird.
The ArrayBuffer referenced by this view.
Der ArrayBuffer ist ein Datentyp, der einen generischen, binären Datenpuffer mit festgelegter Länge darstellt.
The ArrayBuffer is a data type that is used to represent a generic, fixed-length binary data buffer.
Mit dieser neuen, tollen Möglichkeit können wir das vorige Beispiel überarbeiten und dieses Mal das Image als ArrayBuffer, statt als String, abfragen.
With this new awesomeness, we can rework the previous example, but this time, fetch the image as an Blob instead of a string
Eine Sicht liefert einen Kontext, der diese Daten in ein echtes, typisiertes Array umwandelt. Genauer gesagt gibt dieser Kontext einen Datentypen, einen Versatz und die Anzahl der Elemente an. ArrayBuffer
A view provides a context - that is, a data type, starting offset, and the number of elements - that turns the data into a typed array. ArrayBuffer
Beispielsweise könnten Sie einen 8-Bit-Integer-Array erstellen, der denselben ArrayBuffer wie ein vorhandener 32-Bit-Integer-Array aus denselben Daten verwendet.
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.
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.
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.
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.
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
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.
Behebung eines potentiellen Problems, bei dem die Anwendung abstürzen könnte, wenn ein „var test = new ArrayBuffer (0xfffffffe)" JavaScript aufgrund einer großen Pufferanwendung ausgeführt wird.
Addressed a potential issue where the application could crash when executing var test = new ArrayBuffer(0xfffffffe) JavaScript due to large buffer application.
Die DataView Ansicht unterstützt eine Low-Level Schnittstelle für das Lesen und Schreiben von mehrere Zahlentypen in einem ArrayBuffer.
The DataView view provides a low-level interface for reading data from and writing it to an ArrayBuffer.
Seit ECMAScript 2015 müssen ArrayBuffer Konstruktor mit einem new Operator konstruiert werden.
Starting with ECMAScript 2015, ArrayBuffer constructors require to be constructed with a new operator.
Warum ist die Länge von Array and ArrayBuffer limitiert?
Why are Array and ArrayBuffer length limited?
No results found for this meaning.

Synonyms and analogies of "ArrayBuffer" in German

Advertising

Results: 20. Exact: 20. Elapsed time: 79 ms.

Word index: 1-300, 301-600, 601-900

Expression index: 1-400, 401-800, 801-1200

Phrase index: 1-400, 401-800, 801-1200