Like This Site? 
 
RSS Feed Follow Us 

on Twitter! Be Our Fan!

Advance I/O Streams in Java

Share this post!
 Vote this!

A Stream is a flow of data from the source to a sink. Source and sink are also called input and output streams, respectively.

The I/O Streams are of two Kinds :

1. Byte Streams 

2. Character Streams


Normally the term stream refers to the byte stream and the terms  reader and writer refer to the character stream.


Byte Streams

Programs use byte streams to perform input and output of 8-bit bytes. All byte stream classes are descended from InputStream and OutputStream. more...

0 comments:

Post a Comment