A.輸入流 B.字符流 C.輸出流 D.字節(jié)流
A.方向性 B.無序性 C.有序性 D.一致性
A.InputStream的read()方法 B.InputStream的read(byte[])方法 C.Reader的read()(正確答案) D.Reader的read(char[])