Tag: Java InputStream
InputStream is an abstract class used to read byte data from various sources like files or networks. Classes such as FileInputStream and SequenceInputStream extend InputStream. It can also be converted to other I/O types like Reader or byte arrays.