国产精品天干天干,亚洲毛片在线,日韩gay小鲜肉啪啪18禁,女同Gay自慰喷水

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

打印流的代碼

2020-04-04 18:13 作者:小垃圾kiki  | 我要投稿
package cn.jd.io;

import java.io.BufferedOutputStream;
import java.io.FileDescriptor;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.PrintStream;

/*
?* 打印流
?* PrintStream
?*/
public class PrintTest01 {
?? ?public static void main(String[] asrgs) throws FileNotFoundException {
?? ??? ?
?? ??? ?System.out.println("你好");
?? ??? ?PrintStream ps=System.out;
?? ??? ?ps.println("我希望世界和平");
?? ??? ?ps=new PrintStream(new BufferedOutputStream(new FileOutputStream("print.txt")));
?? ??? ?//可以丟文件可以丟路徑還可以丟字節(jié)流
?? ??? ?ps.println("中國加油");
?? ??? ?ps.flush();
?? ??? ?ps.close();
?? ??? ?
?? ??? ?//重定向輸出端
?? ??? ?System.setOut(ps);
?? ??? ?System.out.println("已經(jīng)不會輸出到控制臺了");
?? ??? ?//重定向回到控制臺
?? ??? ?System.setOut(new PrintStream(new BufferedOutputStream(new FileOutputStream(FileDescriptor.out)),true));
?? ??? ?System.out.println("我回來了");
?? ??? ?
?? ?}
}

打印流的代碼的評論 (共 條)

分享到微博請遵守國家法律
贵溪市| 万源市| 罗城| 新沂市| 兰坪| 遵义县| 贵南县| 白朗县| 文化| 民权县| 大埔县| 麻栗坡县| 华坪县| 大厂| 罗定市| 眉山市| 尼木县| 恩平市| 福鼎市| 当涂县| 嫩江县| 朝阳市| 贵定县| 泸溪县| 潢川县| 沭阳县| 商都县| 泸水县| 甘泉县| 阳山县| 建阳市| 娄烦县| 通许县| 洪洞县| 光山县| 伊金霍洛旗| 静海县| 七台河市| 绵竹市| 墨江| 班戈县|