java.io.Buffer * stream与普通流不同?

java.io.Buffer * stream与普通流不同?

1)缓冲流如何在后台工作,它们与普通流有什么不同,使用它们的优点是什么? 2)DataInputStream也是基于字节的.但它有方法来readLine().这里有什么要点? 从BufferedInputStream javadoc: A BufferedInputStream adds functionality to another input stream-na