What is the relation between InputStream, BuffreredInputStream, InputStreamReader and BufferedReader? [closed]
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 years ago . I always get confused when to process my input data how, which process. Different times i find different solutions. I am also not clear about their Hierarchy. 回答1: InputStream is parent class of all input streams and readers. Classes that have Stream keyword will work with bytes