Crossword Puzzle- Input Output

12345678910
Across
  1. 7. class is used to read password.
  2. 8. class provides the capacity to read primitive data types from an input stream.
  3. 9. is used for reading byte-oriented data from a file.
  4. 10. method of InputStream is used to read integer representation of next available byte input
Down
  1. 1. The class DataInputStream extends and implements the interface DataInput.
  2. 2. method returns the estimated number of bytes that can be read from the input stream.
  3. 3. streams provide functionally for threads to communicate and exchange data between them.
  4. 4. abstract class is the superclass of all classes representing an input stream of bytes.
  5. 5. class is used for reading streams of characters
  6. 6. method force writes whenever the data accumulates in the output stream.