[android-developers] Re: what function should i use to control memory in java
And it should be noted that all storage is pre-zeroed. You don't need
to clear an array, eg, after you allocate it.
For copying arrays from one place to another you can use
System.arraycopy().
On Sep 28, 9:12 pm, n2v2rda2 <l...@unimocnc.co.kr> wrote:
> im newbie in java and android
>
> in c, c++ , there are many memory-contorl-function like -
> memset,memcpy,sprintf
> i want to use those function in java
>
> what and how should i use ?
> please warm answer
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home