Einzelnen Beitrag anzeigen
Alt 28.04.2003, 09:10   #11
Flink
Hero
 
Registriert seit: 29.08.2001
Alter: 57
Beiträge: 904


Flink eine Nachricht über ICQ schicken Flink eine Nachricht über Skype™ schicken
Standard

Ich befürchte, du solltest ein flush für deinen ObjectOutputStream ausführen. Probier es mal damit!

-----------------
public ObjectOutputStream(OutputStream out)
throws IOException
Creates an ObjectOutputStream that writes to the specified OutputStream. This constructor writes the serialization stream header to the underlying stream; callers may wish to flush the stream immediately to ensure that constructors for receiving ObjectInputStreams will not block when reading the header.
____________________________________
Bibel
Flink ist offline   Mit Zitat antworten