Transmit large data with buffer
Hello Erel,
I got a question according to your post with that server application example.
You wrote a function/routine which receives data over a buffer so that the data can be very large although the buffer is very small. There are lot of annoying things done in this dowhile-loop. Is it possible, (has basic4android the ability) to receive data just by doing something like calling a receive function, so that i dont have to care about all the buffer size- and file size- stuff like checking the size of the inputstream and counting the bytes, that are already received?