Results 1 to 6 of 6

Thread: Java I/O Streams

  1. #1
    Join Date
    Jan 2009
    Posts
    57

    Java I/O Streams

    Hello, I am not having any programming knowledge, but in my college I need to submit the case study on Java I/O Streams. As it is quiet difficult for me to understand it, can anyone give me details about it? It will be helpful to me if you provide point-wise explanation. So, please reply me as soon as possible.

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Re: Java I/O Streams

    There are basically following I/O streams available in java:
    • Byte Streams handle I/O of raw binary data.
    • Character Streams handle I/O of character data, automatically handling translation to and from the local character set.
    • Buffered Streams optimize input and output by reducing the number of calls to the native API.
    • Scanning and Formatting allows a program to read and write formatted text.
    • I/O from the Command Line describes the Standard Streams and the Console object.
    • Data Streams handle binary I/O of primitive data type and String values.
    • Object Streams handle binary I/O of objects.

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    Re: Java I/O Streams

    Java IO streams are used to show the source of your input or it will simply show the destination for your output. So, you can simply use the stream which can denote the different kind of source as well as destinations from the disk files, devices etc. etc. You can use the streams which can simply use the different kind of data. There are various kind of streams which can be used for manipulation of data.

  4. #4
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Java I/O Streams

    I think you need to use the java website for making this case study. You can able to know the details about all of the Java I/O streams and then you can simply come to know about it. I don't think that you will able to get more than this anywhere. You need to simply visit to the sun website and you will get all the details ovethere. So, just use it.

  5. #5
    Join Date
    May 2008
    Posts
    2,297

    Re: Java I/O Streams

    You need to use one of the book to solve this problem:
    • Java Language Specification
    • Java Native Interface
    • Core Servlets and JavaServer Pages (JSP)
    • Thinking in Java - Bruce Eckel's renowned book
    • Advanced Programming for the Java 2 Platform
    • A Java GUI Programmer's Primer
    • Java Thin-Client Programming
    • Java Data Objects

  6. #6
    Join Date
    Oct 2005
    Posts
    2,393

    Re: Java I/O Streams

    There are following Java I/O Streams available :
    • Byte Streams
    • Character Streams
    • Buffered Streams
    • Scanning and Formatting
    • I/O from the Command Line
    • Data Streams
    • Object Streams

Similar Threads

  1. Galaxy Streams Desktop to TV
    By Corry in forum Monitor & Video Cards
    Replies: 3
    Last Post: 01-09-2010, 02:43 PM
  2. VLC crash in some RTMP streams
    By Omaar in forum Windows Software
    Replies: 4
    Last Post: 23-03-2010, 09:19 PM
  3. Data Streams and Object Streams in Java
    By Bigga Lexx in forum Software Development
    Replies: 5
    Last Post: 19-02-2010, 01:09 AM
  4. What are the Byte Streams in Java?
    By super soaker in forum Software Development
    Replies: 4
    Last Post: 18-02-2010, 06:26 AM
  5. Wma streams - problem!
    By Maximus() in forum Windows Software
    Replies: 6
    Last Post: 31-12-2008, 02:34 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,700,041.79035 seconds with 17 queries