View Single Post
Old 05-08-2008, 02:52 AM   #3
Ivanov
Talking BlackBerry Encyclopedia
 
Join Date: Apr 2008
Location: Germany, BW
Model: -
PIN: N/A
Carrier: -
Posts: 310
Default

see api doc for net.rim.device.api.system.EncodedImage

Quote:
public static EncodedImage createEncodedImage(byte[] data, int offset, int length)

Creates an EncodedImage from bytes.
Quote:
public final byte[] getData()

Returns the encoded data of this image.

Returns:
A byte array containing the encoded data for this image.
Offline   Reply With Quote