亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

java _io_打印流,PrintStream和PrintWriter

發布時間:2020-07-30 19:23:40 來源:網絡 閱讀:529 作者:wx5d21d5e6e5ab1 欄目:編程語言

*PrintStream和PrintWriter,效果相似

  • PrintStream ps=new PrintStream(字節流,true/false),為真則自動刷新內容,默認為假
  • System.out默認為PrintStream 打印流
  • 寫入文件(通過.println):
  • PrintStream ps=new printStream(new BufferedStream(FileOutputStream("vv.txt")),true)
  • ps.println("ad")
  • 重定向輸出端(輸出到文件):System.setOut(ps); ps.println("aa");
  • 重定向回控制臺:System.setOut(new PrintStream(new BufferedOutputStream(new FileOutputStream(FileDescriptor.out)),true));

PrintStream:

        //打印流System.out
        PrintStream os =System.out;
        os.println("haha");

    //寫入文件
    os= new PrintStream(new BufferedOutputStream(new FileOutputStream("vv.txt")),true);
    os.println("add");
    os.println(false);
    os.flush();
    os.close()

    //重定向輸出端(輸出到文件)
    System.setOut(os);
    System.out.println("change");

    //重定向回控制臺
    System.setOut(new PrintStream(new BufferedOutputStream(new FileOutputStream(FileDescriptor.out)),true));
    //標準的輸入輸出端

PrintWriter:

    PrintWriter pw=new PrintWriter(new BufferedOutputStream(new FileOutputStream("vv.txt")),true);
    pw.println("ff");
    pw.println(true);
    pw.close();
向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

大关县| 固原市| 鄂伦春自治旗| 临泉县| 澄迈县| 无极县| 郓城县| 盐源县| 利川市| 永定县| 怀柔区| 五家渠市| 万源市| 天等县| 锡林浩特市| 图片| 三明市| 文化| 渑池县| 山阴县| 南华县| 双城市| 阳西县| 阿瓦提县| 衡山县| 峨眉山市| 西和县| 临城县| 娄烦县| 岳普湖县| 临漳县| 五家渠市| 陆良县| 邻水| 锡林浩特市| 虹口区| 阜平县| 红河县| 荔波县| 逊克县| 蒲城县|