working of BufferedInputStream in java

how internally BufferedInputStream work in java?
During read from a file, how or who bring bytes from the file to the internal buffer?
Wether BufferedInputStream read 1 byte at a time from internal buffer?

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories