Mattheis, Erik (MIN-WSW) skriver: > If I have to do this without looking at functional examples, how would one > transmit a terminator byte or byte size while using Socket.writeObject()?
Write the object to a ByteArray, measure the size of that and send the size of that before the contents of the ByteArray. _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

