java讀取本機png圖片到byte數組?
黄舟
黄舟 2017-04-18 10:54:37
0
1
566

File file = new File(path);
FileInputStream fis = new FileInputStream(file);
byte[] img_content = new byte[(int) file.length()];
fis.read(img_content);
fis.close();

圖片是存在的
讀入的內容全是0 是什麼情況???

黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

全部回覆(1)
刘奇

檔案損壞 和程式碼沒有關係。 。 。 。

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板