您的位置:首页 > Web前端

java BufferedReader和InputStreamReader的区别

2012-12-19 21:16 429 查看
BufferedReader:

Read text from a character-input stream, buffering characters so as to provide for the efficient reading of characters, arrays, and lines.

InputStreamReader:

An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and decodes them into characters using a specified charset.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐