怎麼把文件對象轉化爲字節流

//創建字節對象  byte[] buffer; File file = new File("d://文件轉字節測試文檔.txt"); FileInputStream fis = new FileInputStream(file); ByteArrayOutputStream baos = new ByteArrayOutputStream(fis.available()); byte[] byt
相關文章
相關標籤/搜索