Jump to content

IO help ..~

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
Guest_R3.RyozKidz_*

Guest_R3.RyozKidz_*
  • Guests
Some question about the serializable ..~
is there only ObjectInputStream and ObjectOutputStream can read/write about object's data as well as information about the object's type and the types of data stored in the object ?:closedeyes:

#2
Guest_R3.RyozKidz_*

Guest_R3.RyozKidz_*
  • Guests
One more question . about the JFileChooser's showSaveDialog

if i want the user to input the file name and then save it , how am i going to track the file name ? because after user has pressed the save button , i need to save all the information into that file ...

#3
Stu_328

Stu_328

    Learning Programmer

  • Members
  • PipPipPip
  • 92 posts
Serializing is done with ObjectStreams, yes.

From memory the call to showSaveDialog() returns a String of the file name.

#4
Guest_R3.RyozKidz_*

Guest_R3.RyozKidz_*
  • Guests
tq tq .. ~ and i finally finished my assignment ..~ thx stu_328:cool: