I have developed a Java application using The ‘Fly’ Object Space.
After writing an object from the FlyServer to the FlySpace, there is a line of code as follows:
long res = space.write(dc, 10000);
Can someone explain to me what this line of code does?