Hello,
I have a problem with one file, I copied it on an sdcard using the
DDMS,
and it show a size of 25568 (same size under windows)

however if I do :
File f = new File("myfile");
f.length -> 26236

Also when i try to copy this file with an inputstream/
FileOutputstream,
the resulting file is also 26236bytes instead of 25568bytes.

This file is a jar file. I have tried with other jar file and it works
correctly.
only this file doesn't...

I am wondering why this is happening...

Any tips?


Thank you for the help

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to