java基础15.6.1 数据输入流DataInputStream
1、public DataInputStream(InputStream in);使用字节数输入流来创建对象

3、public final int 筠续师诈read(byte b[], int off, int len) throws IOExceptio荏鱿胫协n;从所包含的输入流中读取一定数量的字节,并将它们存储到缓冲区数组b中。

5、public String readLine() throws IOException从输入流中读取一行。
