Search:

Type: Posts; User: VakhoQ

Search: Search took 0.07 seconds.

  1. Re: downloaded file from HTTP look like damaged but file size in bytes is the same

    I have found my mistake! :)
    before i found mistake I had written:


    buffer = new byte[avaiable];
    in.read(buffer);
    out.write(buffer);

    the main reason was that, "in.read(buffer);" sometimes...
  2. Re: downloaded file from HTTP look like damaged but file size in bytes is the same

    The same is in Photos too. For example this is Original Photo:
    1043

    and this is Downloaded photo:
    1044
  3. downloaded file from HTTP look like damaged but file size in bytes is the same

    Hello, my friends! :)

    Downloaded file size and original file size on my HTTP is the same - everything is well. But When I open a downloaded mp3 file it has knocking pauses every 2 or 3 seconds,...
Results 1 to 3 of 3