RE: [flexcoders] Re: writeObject() and readObject() SOLVED

2008-08-15 Thread Claudio M. E. Bastos Iorio
are correct. Maybe readObject is reading too many bytes. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Claudio M. E. Bastos Iorio Sent: Thursday, August 14, 2008 4:04 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: writeObject() and readObject

RE: [flexcoders] Re: writeObject() and readObject()

2008-08-14 Thread Alex Harui
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Claudio M. E. Bastos Iorio Sent: Wednesday, August 13, 2008 10:12 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: writeObject() and readObject() Could be. But forgive If I don't realize: how could I read the fileStream in that way

RE: [flexcoders] Re: writeObject() and readObject()

2008-08-14 Thread Claudio M. E. Bastos Iorio
? Claudio M. E. Bastos Iorio http://www.blumer.com.ar/ http://www.blumer.com.ar From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Thursday, August 14, 2008 4:46 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: writeObject() and readObject() I

RE: [flexcoders] Re: writeObject() and readObject()

2008-08-14 Thread Alex Harui
is really in the file. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Claudio M. E. Bastos Iorio Sent: Thursday, August 14, 2008 2:54 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: writeObject() and readObject() Alex

RE: [flexcoders] Re: writeObject() and readObject()

2008-08-14 Thread Claudio M. E. Bastos Iorio
PROTECTED] On Behalf Of Alex Harui Sent: Thursday, August 14, 2008 7:06 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: writeObject() and readObject() You have to know what it is in the file or how to figure it out. If you don't have control over the way the file is written

RE: [flexcoders] Re: writeObject() and readObject()

2008-08-14 Thread Alex Harui
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Thursday, August 14, 2008 7:06 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: writeObject() and readObject() You have to know what it is in the file or how to figure it out. If you don't have

RE: [flexcoders] Re: writeObject() and readObject()

2008-08-13 Thread Alex Harui
: [flexcoders] Re: writeObject() and readObject() I forgot to mention that I'm using FLEX3 and my class (DocumentFile) is already registered: [RemoteClass(alias=com.DocumentFile)] public class DocumentFile extends EventDispatcher { ... ) Claudio M. E. Bastos

RE: [flexcoders] Re: writeObject() and readObject()

2008-08-13 Thread Claudio M. E. Bastos Iorio
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Thursday, August 14, 2008 12:20 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: writeObject() and readObject() If you wrote an instance of DocumentFIle, you need to read back an instance of DocumentFIle

RE: [flexcoders] Re: writeObject() and readObject()

2008-08-13 Thread Alex Harui
, August 13, 2008 9:13 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: writeObject() and readObject() Thanks for answer. But what can I do if I have many DocumentFile objects written in the file? Is there any way to retrieve all objects or filter by value name/id..? just like

RE: [flexcoders] Re: writeObject() and readObject()

2008-08-13 Thread Claudio M. E. Bastos Iorio
, August 13, 2008 9:13 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: writeObject() and readObject() Thanks for answer. But what can I do if I have many DocumentFile objects written in the file? Is there any way to retrieve all objects or filter by value name/id..? just like