Top "Bytearray" questions

An array is an ordered linear data structure consisting of a collection of elements (values, variables, or references), each identified by one or more indexes.

Convert python long/int to fixed size byte array

I'm trying to implement RC4 and DH key exchange in python. Problem is that I have no idea about how …

python bytearray long-integer diffie-hellman rc4-cipher
How to store a byte array in Javascript

I'm going to be storing a large array of byte values (most likely over a million) in Javascript. If I …

javascript arrays html bytearray byte
How can I convert a byte array into a double and back?

For converting a byte array to a double I found this: //convert 8 byte array to double int start=0;//??? int i = 0; …

java double bytearray
Converting bitmap to byteArray android

I have a bitmap that I want to send to the server by encoding it to base64 but I do …

android bitmap bytearray base64
Convert a string to a byte array in PowerShell version 2

What I'm trying to do is use SHA1 UTF-8 encryption and then base64 encoding and on a password string value. …

powershell encoding utf-8 bytearray sha1
Storing UUID as base64 String

I have been experimenting with using UUIDs as database keys. I want to take up the least amount of bytes …

java sql bytearray base64 uuid
C# how to get Byte[] from IntPtr

I have a .dll(not my own) that has a delegate. This delegate Callback function is: "CallBackFN(ushort opCOde, IntPtr …

c# byte bytearray intptr
Convert long to byte array and add it to another array

I want to change a values in byte array to put a long timestamp value in in the MSBs. Can …

java bytearray type-conversion long-integer
Convert PIL Image to byte array?

I have an image in PIL Image format. I need to convert it to byte array. img = Image.open(fh, …

python image bytearray python-imaging-library
How can I print an image on a Bluetooth printer in Android?

I have to print some data on thermal bluetooth printer, I'm doing with this: String message="abcdef any message 12345"; byte[] …

java android bitmap bytearray bitmapfactory