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.

Get buffered image from byte array of raw data

I am using JNA. and i am getting byte array of raw data from my c++ method. Now i am …

java bytearray bufferedimage jai
Printing an Image using a Bluetooth Thermal Printer From an Android App?

I have been trying to get a print of an Image but I have not been successful so far.The …

java android bitmap bytearray bitmapfactory
Lua, dealing with non-ascii byte streams, byteorder change

Need to encode & decode byte-stream (containing non-ascii characters possibly), from/into uint16, uint32, uint64 (their typical C/C++ meaning), …

encoding lua bytearray endianness decoding
How to populate h:graphicImage value with image content from database?

I have got the Image object in my ManagedBean. How can I get it in my JSF page? This seems …

database jsf bytearray blob graphicimage
How can I access a byte array as shorts in Java

I have a an array of byte, size n, that really represents an array of short of size n/2. Before …

java bytearray short
RestSharp deserialize JSON content(represent an object contains an byte array) error

The Client side receives a formal JSON content "{\"Id\":[1,2,3],\"Size\":56}", but get an error in deserialization the byte array. 1 Error …

json bytearray deserialization restsharp
byte[] to BitmapImage in silverlight

For the purpose of a game, I need to serialize some pictures in a binary file through a WPF application, …

c# bytearray bitmapimage
Converting contents of a byte array to wchar_t*

I seem to be having an issue converting a byte array (containing the text from a word document) to a …

c++ bytearray wchar-t lptstr
Best way to convert Stream (of unknown length) to byte array, in .NET?

I have the following code to read data from a Stream (in this case, from a named pipe) and into …

c# .net stream bytearray named-pipes
How to show Image from byte array in Microsoft report

I am using a Report file and a ReportViewer control to show a report which loads data dynamically from objects …

c# image report bytearray picturebox