JavaIO流05_标准输入输出流&&转化流

JavaIO流_标准输入输出流

虽然使用方法我们很熟悉了,但是我们跟应该了解他们的原理

System.in
  • 是System类的public final static InputStream in = null; 是个类中的静态变量
  • System.in 的编译类型 InputStream
  • System.in 的运行类型 BufferedInputStream(父类)
    标准输入:键盘
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
System.out
  • 是System类的public final static PrintStream out = null; 是个类中的静态变量
  • System.in 的编译类型 PrintStream
  • System.in 的运行类型 PrintStream

表示标准输出: 显示器

System.out.println("text");

转化流:将字符流转化为字节流

//基本用不到把,以后有机会回头看

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值