Disadvantage of FileChannel -> BufferedReader -> Reader
问题 FileChannel will faster than BufferedReader , BufferedReader will more faster than Reader because FileChannel and BufferedReader has cut off some itermediate steps to receive data. My question is : the advantage is obvious, but I don't see any source on web say about its disadvantage. (of FileChannel to BufferedReader , BufferedReader to Reader ). What a problem when we cut off intermediate steps between. So, who can teach me,please. @:And, the same question for Output, too. Please tell me