Hi guys
i have a program that generates classes by user demand. And I want to
save those classes in to file so when this user will ask a particular
configuration that he already choose. i could open a file and generate
classes out of the file and load them. The big problem is that each
class like that has a lot of configurations.
So if there any way that those classes can be "spilled" (with their
configurations) in to a file "as is" and loaded after that in to a real
files it would be great !!
Thanks,
Oliver Wong - 01 May 2006 20:55 GMT
> Hi guys
> i have a program that generates classes by user demand. And I want to
[quoted text clipped - 5 lines]
> configurations) in to a file "as is" and loaded after that in to a real
> files it would be great !!
Terminology is unclear to me. What does "'spilled' (with their
configurations) in to a file" and "loaded in to a real files" mean? It
sounds like all you're asking is how to save a bunch of bytes to and from a
file, but given you've gotten code that generates class files, surely your
question must be about something much more complicated.
- Oliver