Namespaces
Variants
Actions

How to manipulate a data buffer

Jump to: navigation, search
SignpostIcon FloppyDisk 52.png
Article Metadata

Article
Created: simchester (20 May 2007)
Last edited: hamishwillee (18 Jul 2012)

A Java ME tip illustrating an alternative way to manipulate the data buffer using the setData( ) method to replace the Datagram's data buffer with a new one.

byte[] dataBytes = "Hello, world\n".getBytes( );
dgram.setData(dataBytes, 0, dataBytes.length);
sender.send(dgram);
This page was last modified on 18 July 2012, at 13:23.
71 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved