最佳答案
我只是想把一个 FileInputStream
转换成一个 InputStream
,我该怎么做呢?
e.g
FileInputStream fis = new FileInputStream("c://filename");
InputStream is = ?;
fis.close();