A、对
B、错
A、前者带有缓冲,后者没有
B、前者是块读写,后者是字节读写
C、二者没有区别,可以互换使用
D、每次读写的字节数不同
A、FileInputStream
B、BufferedInputStream
C、FilterInputStream
D、InputStreamReader
A、close( )
B、flush()
C、read()
D、writer()
A、对
B、错