Vertaling van "QByteArray" in Spaans
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.
Read the system file into a QByteArray.
For this, we create a QByteArray and fill it with the plain text version of whatever is in the text area
Para hacer esto, creamos un QByteArray y lo rellenamos con la versión en texto plano de lo que haya en el área de texto
Actually reading in the data is trivial using the readAll() function, which returns all data in the file in a QByteArray.
En realidad, la lectura de los datos es trivial utilizando la función readAll(), la cual devuelve todos los datos del archivo en un QByteArray.
that we have our QByteArray, we use it to write to the file with KSaveFile::write().
Ahora que tenemos nuestro QByteArray, lo usamos para escribir el archivo con KSaveFile::write().
Andere resultaten
Python 3 has a mutable string (bytes) variant, named bytearray.
Python 3 ofrece una cadena de caracteres mutable llamada bytearray.
Create high-performance, more responsive games and content using ActionScript workers and shared ByteArray support.
Cree de alto rendimiento, los juegos de mayor capacidad de respuesta y el contenido con los trabajadores de ActionScript y el apoyo ByteArray compartido.
Allows developers to use native binary types (e.g., Buffer, ByteArray) to store their data.
Permite a los desarrolladores utilizar tipos binarios nativos (por ejemplo, Buffer, ByteArray) para almacenar sus datos.
In addition to zlib compression of ByteArray, we are introducing an additional compression type based on LZMA to compress data inside a ByteArray through ByteArray.compress() and ByteArray.uncompress().
Además de la compresión de zlib de ByteArray, hemos introducido un nuevo tipo de compresión basado en LZMA para comprimir datos dentro de un objeto ByteArray mediante los métodos ByteArray.compress() y ByteArray.uncompress().