摘要:
import java.io.FileInputStream;import java.io.FileNotFoundException;public class ReadAndPrint { public static final int BUFSIZE = 1024; public static void main(String[] args) { byte[] buf... 阅读全文
posted @ 2007-05-09 18:11
jingleguo
阅读(810)
评论(0)
推荐(0)
浙公网安备 33010602011771号