Close
jGuru Forums
Posted By: Anders_Kjeldsen Posted On: Saturday, April 12, 2003 12:18 AM
How can I get the size of a file in a jar from a Midlet? I use getResourceAsStream. I've tried using available() in the stream, but that always return 0.
Any ideas?