Examples with "QByteArray" and their translation in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Actually reading in the data is trivial using the readAll() function, which returns all data in the file in a QByteArray.
Lire les données est simple avec la fonction readAll(), qui retourne toutes les données dans un QByteArray.
Andere resultaten
The core built-in types for manipulating binary data are bytes and bytearray.
Les principaux types natifs pour manipuler des données binaires sont bytes et bytearray.
Base class for warnings related to bytes and bytearray.
Classe de base pour les avertissements liés à bytes et bytearray.
Otherwise, sharable ByteArray access will be denied.
A bytearray object is a mutable array.
It can be assigned bytes, bytearray, or memoryview.
Il peut recevoir des données de type bytes, bytearray ou memoryview.
Return the size of bytearray after checking for a NULL pointer.
Renvoie la taille de bytearray après vérification de la présence d'un pointeur NULL.
The following methods on bytes and bytearray objects can be used with arbitrary binary data.
Les méthodes suivantes sur les bytes et bytearray peuvent être utilisées avec des données binaires arbitraires.
Note that all of the bytearray methods in this section do not operate in place, and instead produce new objects.
Notez que toutes les méthodes de bytearray de cette section ne modifient pas les octets, ils produisent de nouveaux objets.
Passing the encoding argument to str allows decoding any bytes-like object directly, without needing to make a temporary bytes or bytearray object.
Passer l'argument encoding à str permet de décoder tout bytes-like object directement, sans avoir besoin d'utiliser un bytes ou bytearray temporaire.
The separator between elements is the contents of the bytes or bytearray object providing this method.
The bytearray version of this method does not operate in place - it always produces a new object, even if no changes were made.
La version bytearray de cette méthode ne modifie pas les octets, elle produit toujours un nouvel objet, même si aucune modification n'a été effectuée.
Accordingly, constructor arguments are interpreted as for bytearray().
En conséquence, les arguments du constructeur sont les mêmes que pour bytearray().