You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
twiglet edited this page Sep 14, 2010
·
1 revision
StreamReader is designed for character input in a particular encoding.
We translate this to BufferedInputStream so that we have access to a GetLine(). I can’t tell if StreamReader is actually buffered, but I don’t think anyone will complain.