Answer the question
In order to leave comments, you need to log in
How to implement a Java file resume?
There is a client-server program with a typical file transfer in pieces through sockets
while ((bytesRead = in.read(mybytearray, 0, mybytearray.length)) != -1) {
bos.write(mybytearray, 0, bytesRead);
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question