Описание тега fileinputstream
FileInputStream is a Java class meant for reading streams of raw bytes.
A FileInputStream
is a Java class for reading the contents of a file from a stream. When you perform a read()
on the stream, the appropriate data is read from the file and returned to the application.