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.

Assign a byte array to a 2 dimensional byte array

I want to assign a byte[] to a byte[][] but it gives me the run-time error : Object reference not set …

c# arrays bytearray variable-assignment type-2-dimension
Converting an Int to a BCD byte array

I want to convert an int to a byte[2] array using BCD. The int in question will come from DateTime …

c# .net bytearray bcd
Can I make the size of a byte array dynamic?

I'm using a byte array with the write() method of OutputStream to store the data into a file. For that, …

java dynamic arraylist bytearray fileoutputstream
mixing 2 sounds from ByteArray

I have build a mixer and save all the sequence in an array and then play it again, now I …

actionscript-3 audio bytearray mixing
Crypto.js decrypt with key and iv (vector) in byte arrays

I have to decrypt some strings which are AES encrypted. Example encrypted string: 129212143036071008133136215105140171136216244116 I have a key, and a vector (…

javascript encryption hex bytearray cryptojs
Displaying images derived from a byte-array dynamically on a page

I'm calling a webservice that is returning an unknown quantity of images in the form of an a collection of …

asp.net vb.net image bytearray codeplex
How to pass a byte array readonly?

Think of the following code: static int Main() { byte[] data = File.ReadAllBytes("anyfile"); SomeMethod(data); ... } static void SomeMethod(byte[] data) { …

c# bytearray readonly readonly-collection
Java: byte[] Array to Excel to BLOB

i have an byte[] array that needs to be converted into an valid excel spreadsheet. After converting the byte array, …

java excel bytearray export-to-excel jxl
Create a thumbnail and then convert to byte array

I'm having a heck of a time with creating thumbnails and then converting them into a byte array. I've tried …

bytearray thumbnails system.drawing