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:
IO help ..~
Started by
Guest_R3.RyozKidz_*
, Apr 04 2010 02:09 AM
3 replies to this topic
#1
Guest_R3.RyozKidz_*
Posted 04 April 2010 - 02:09 AM
Guest_R3.RyozKidz_*
|
|
|
#2
Guest_R3.RyozKidz_*
Posted 04 April 2010 - 03:06 AM
Guest_R3.RyozKidz_*
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 ...
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
Posted 05 April 2010 - 07:14 AM
Serializing is done with ObjectStreams, yes.
From memory the call to showSaveDialog() returns a String of the file name.
From memory the call to showSaveDialog() returns a String of the file name.
#4
Guest_R3.RyozKidz_*
Posted 06 April 2010 - 12:58 AM
Guest_R3.RyozKidz_*
tq tq .. ~ and i finally finished my assignment ..~ thx stu_328:cool:


Sign In
Create Account

Back to top










