一切以程序为中心,分为输入程序,程序输出
输入流:从数据源到程序(Input、Reader)
输出流:从程序到数据源(Output、Writer)
带有stream的就是字节流,类似reader的就是字符流