看板
[ java ]
討論串[問題] Java IO問題
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
ByteArrayOutputStream bao = new ByteArrayOutputStream();. byte[] temp = new byte[1]; while ((b = gzin.read(temp)) != -1 ) //gzin讀1byte到temp中. bao.writ
(還有249個字)
內容預覽:
以下是程式碼. import java.io.*;. import java.util.zip.*;. public class test {. public static void main (String[] args) throws IOException {. FileInputStream
(還有376個字)
首頁
上一頁
1
下一頁
尾頁