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.

Out of memory on a byte allocation (Bitmap as String to webservice using soap)

Am having a bitmap , so I want to upload a webserivceas string and want to retrive the string. For converting …

android bitmap bytearray ksoap2
How to convert a double into a byte array in swift?

I know how to do it in java (see here), but I couldn't find a swift equivalent for java's ByteBuffer, …

ios swift byte bytearray bytebuffer
Rotate an YUV byte array on Android

I'm looking to rotate a YUV frame preview recieved from a Preview Callblack, so far I've founded this post which …

android rotation bytearray yuv
How to fill byte array with junk?

I am using this: byte[] buffer = new byte[10240]; As I understand this initialize the buffer array of 10kb filled with 0…

c# arrays bytearray bytebuffer
Java string to bytearray back to string

I have a client and server java application that needs have encrypted text passing through each other. I am using …

string bytearray xor
DatagramPacket to string

Trying to convert a received DatagramPacket to string, but I have a small problem. Not sure what's the best way …

java bytearray datagram
Bitconverter for Java

Following the advice provided in the question https://stackoverflow.com/questions/1738244/what-is-the-java-equivalent-of-net-bitconverter I have begun implementing my own bitconverter for …

c# java bytearray primitive
Converting MemoryStream to Byte Array in VB.Net

I am trying to convert the memory stream generated from richeditDocument to byte array. The code is given below: Public …

vb.net silverlight bytearray richedit-control
Read multiple bytes in Hexadecimal file using python

I have a hex file which appears as below:- 00000000 AA AA 11 FF EC FF E7 3E FA DA D8 78 39 75 89 4…

python parsing hex bytearray byte-shifting
Android AudioTrack playing .wav file, getting only white noise

When I play a file with the following code: private void PlayAudioFileViaAudioTrack(int ResId) throws IOException { int intSize = android.media.…

android audio bytearray inputstream pcm