Namespaces
Variants
Actions
Revision as of 13:23, 18 July 2012 by hamishwillee (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

How to manipulate a data buffer

Jump to: navigation, search
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);
69 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