Which abstract class is super class of all classes used for reading bytes?
Answers
Answered by
7
Package java.io
ClassDescriptionFilterReaderAbstract class for reading filtered character streams.FilterWriterAbstract class for writing filtered character streams.InputStreamThis abstract class is the superclass of all classes representing an input stream of bytes.
ClassDescriptionFilterReaderAbstract class for reading filtered character streams.FilterWriterAbstract class for writing filtered character streams.InputStreamThis abstract class is the superclass of all classes representing an input stream of bytes.
Similar questions