InputStreams and OutputStreams

suggest change

Syntax

Remarks

Note that most of the time you do NOT use InputStreams directly but use BufferedStreams, or similar. This is because InputStream reads from the source every time the read method is called. This can cause significant CPU usage in context switches into and out of the kernel.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents