Oh, so I found it in jRandomAccess. But I'm confused.
What exactly am I doing with these calls? A file is written but I don't understand how the data would be sent to another computer? Sorry!
Thanks
Server.Initialize(port, "server")
client.Initialize("client")
client.Connect(Server.GetMyIP,port, 30000)
astreamO.Initialize(Me, "astreamO")
astreamO.WriteObject("simple value", 3)
My astreamO_NewObject and astreamO_ObjectSent are not firing.