what is the difference betwen streams... please look messages urgent

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • needhelp123
    New Member
    • May 2007
    • 21

    what is the difference betwen streams... please look messages urgent

    what is the difference between following data and when we use each one..

    FileInputStream
    FileOutputStrea m

    DataInputStream
    DataOutputStrea m

    BufferedInputSt ream
    BufferedoutputS tream

    InputStreamRead er
    OutputStreamWri ter

    BufferedReader
    BufferedWriter

    FileReader
    FileWriter
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    I just bumped a small thread named 'API documentation' for you; check it out.
    I supplies the link to the detailed documentation of all the core classes.

    kind regards,

    Jos

    Comment

    • needhelp123
      New Member
      • May 2007
      • 21

      #3
      Originally posted by JosAH
      I just bumped a small thread named 'API documentation' for you; check it out.
      I supplies the link to the detailed documentation of all the core classes.

      kind regards,

      Jos
      any how that did not help me fcrom any where.. i need small explanation,,,, ,,
      and when we use each one and for what

      Comment

      • blazedaces
        Contributor
        • May 2007
        • 284

        #4
        Originally posted by needhelp123
        any how that did not help me fcrom any where.. i need small explanation,,,, ,,
        and when we use each one and for what
        Why don't you read the documentation for these classes? That is exactly it, a small description/explanation of what they do and what are their methods. It really doesn't make us want to help you when you won't even go to small lengths to help yourself.

        After reading the documentation if you still have more specific questions that the documenation can't explain (perhaps look things up ... google is your friend) you can then come back here with those questions and we will help you further.

        Someone went out of their way to help you and you basically said that's not EXACTLy what I wanted, so go try again!

        Good luck,
        -blazed

        Comment

        • JosAH
          Recognized Expert MVP
          • Mar 2007
          • 11453

          #5
          Originally posted by needhelp123
          any how that did not help me fcrom any where.. i need small explanation,,,, ,,
          and when we use each one and for what
          Did you actually *read* what those classes are all about? Hava a look at the
          IO Tutorial section.

          kind regards,

          Jos

          Comment

          Working...