SCJP Certification

Sun Certified Java Programmer Certification exam essentials

October 31st, 2009

What is fileInputStream class?

Java Facts, by Daisy Williams.

The FileInputStream class is used to is used to read binary data from a file. It is used to perform simple file input operations. It reads data in a sequential manner, but can skip a region of data as per requirement. It generally reads data in a sequential manner, but can skip a region of data as per requirement. FileInputStream class can be instantiated by using any of the following three constructors:

  • FileInputStream (String name)
  • FileInputStream (File file)
  • FileInputStream (FileDescriptor fdObject)
  • Share

    Back Top

    Responses to “What is fileInputStream class?”

    Comments (0) Trackbacks (0) Leave a comment Trackback url
    1. No comments yet.
    1. No trackbacks yet.

    Leave a Reply

    Your email address will not be published. Required fields are marked *

    *