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.

java.io.StreamCorruptedException: invalid stream header: 48656C6C

I am using netty client server for communication . The message is received successfully as byte array . When I convert byte …

java bytearray netty objectinputstream
Java: StringBuffer to byte[] without toString

The title says it all. Is there any way to convert from StringBuilder to byte[] without using a String in …

java string bytearray stringbuffer
How to convert UTF8 byte arrays to string in lua

I have a table like this table = {57,55,0,15,-25,139,130,-23,173,148,-24,136,158} it is utf8 encoded byte array by php unpack function …

utf-8 lua bytearray unpack
Getting null terminated string from System.Text.Encoding.Unicode.GetString

I have an array of bytes that I receive from an external entity. It is a fixed size. The bytes …

.net encoding bytearray getstring
Bit Array to String and back to Bit Array

Possible Duplicate Converting byte array to string and back again in C# I am using Huffman Coding for compression and …

c# string bytearray bitarray huffman-code
C# Windows 8 Store (Metro, WinRT) Byte array to BitmapImage

I am working on a Windows 8 Metro app that applies filters to images. I have a web version of the …

c# microsoft-metro bytearray windows-store-apps bitmapimage
Can I get a byte[] from a BitmapImage in Silverlight?

I'm trying to pass some representation of an image back and forth between Silverlight and a WCF service. If possible …

c# silverlight bytearray bitmapimage
Reading an audiofile and displaying the waveform with Java.

Can anyone advise me on how I could read an audio file, store it in a byte array and proceed …

java audio bytearray waveform
How Do I Create a System.Windows.Media.ImageSource From a Byte Array?

How do I create a System.Windows.Media.ImageSource from a byte array? I have a byte array, containing the …

wpf .net-3.5 bytearray tiff imagesource
How can I create a canvas imageData array from an arrayBuffer representation of a JPG

First of all I am aware there are standard methods of achieving this (readAsDataURL and drawImage), but unfortunately they are …

javascript canvas bytearray filereader