I used the following method to download an mp3 file at : http://online1.tingclass.com/lesson/shi0529/43/32.mp3
But I got the following error :
java.io.FileNotFou
When you create a FileInputStream, you always access your local filesystem. Instead, you should use a URLConnection for accessing files over HTTP.
FileInputStream
URLConnection
The indicator for this is that the forward slashes / have turned into backward slashes \.
/
\