The Artima Developer Community
Sponsored Link

Java Answers Forum
J2ME how can save to the file

2 replies on 1 page. Most recent reply: Feb 7, 2008 11:39 AM by jax m.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
hoaiduc

Posts: 1
Nickname: hoaiduc
Registered: Apr, 2004

J2ME how can save to the file Posted: Apr 5, 2004 4:36 PM
Reply to this message Reply
Advertisement
i wanna save all my input as name,id become the file, i use OuputStream and OuputStreamWriter but how can i do with that, please help me or give me some code like that, thanks...


Alex Blewitt

Posts: 44
Nickname: alblue
Registered: Apr, 2003

Re: J2ME how can save to the file Posted: Apr 6, 2004 2:59 PM
Reply to this message Reply
J2ME doesn't use writers -- it uses Records, which are like arrays. You can read up more about how to use the record store at

http://developers.sun.com/techtopics/mobility/midp/samples/index.html#db

jax m.

Posts: 2
Nickname: j2m3
Registered: Feb, 2008

Re: J2ME how can save to the file Posted: Feb 7, 2008 11:39 AM
Reply to this message Reply
It depends what kind of mobile you have, on some mobiles you can even write to the regular files.


------
Javatech
mobile applications

Flat View: This topic has 2 replies on 1 page
Topic: J2ME how can save to the file Previous Topic   Next Topic Topic: Create a Buffered Image from .jpg image

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use