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.

Image Uri to bytesarray

I have currently have got two activities. One for pulling the image from the SD card and one for Bluetooth …

android uri bytearray
Convert 2 bytes to a number

I have a control that has a byte array in it. Every now and then there are two bytes that …

c# binary bytearray byte twos-complement
Casting a byte array to a managed structure

Update: Answers to this question helped me code the open sourced project AlicanC's Modern Warfare 2 Tool on GitHub. You can …

c# bytearray structure pcap.net
Mysql byte array storage

I have a byte array created in Java. It represents content of some file. I don't know exactly the maximum …

java mysql jdbc bytearray binaryfiles
Google Protobuf ByteString vs. Byte[]

I am working with google protobuf in Java. I see that it is possible to serialize a protobuf message to …

java string bytearray protocol-buffers
Null Pointer Exception when trying to compress Bitmap

I'm getting a null pointer exception when trying to compress a bitmap so I can send it to a ByteArrayOutputStream …

android bitmap bytearray bytearrayoutputstream
When to use byte array & when byte buffer?

What is the difference between a byte array & byte buffer ? Also, in what situations should one be preferred over …

java byte bytearray buffer
Scala: InputStream to Array[Byte]

With Scala, what is the best way to read from an InputStream to a bytearray? I can see that you …

scala bytearray inputstream
java.nio.BufferUnderflowException while converting byte array to double

I need to convert a bytearray to double. I am using double dvalue = ByteBuffer.wrap(value).getDouble(); But at the …

java exception double bytearray bytebuffer
Protobuf-net serialization/deserialization

I checked but seem to be unable to see how to directly serialize a class to a byte array and …

c# serialization bytearray protocol-buffers protobuf-net