Searched refs:inputstream (Results 1 – 1 of 1) sorted by relevance
240 InputStream inputstream = client.getInputStream(); in doInBackground() local241 copyFile(inputstream, new FileOutputStream(f)); in doInBackground()