5) BufferedOutputStream
It is
used to write data to particular o/p stream and to avoid system call(OS)
occurence for every process.
constructor:-
BufferedOutputStream(OutputStream);
BufferedOutputStream(OutputStream,int
bufsize);
methods:-
They're
same as it's base class.
6) BufferedInputStream
It is
used to read data from particular i/p stream and to avoid system call(OS)
occurence for every process.
constructor:-
BufferedInputStream(InputStream);
BufferedInputStream(InputStream,int
bufsize);
methods:-
They're
same as it's base class.
No comments:
Post a Comment