A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

 找回密码
 加入黑马

QQ登录

只需一步,快速开始

© wx348602984 中级黑马   /  2015-4-17 21:18  /  240 人查看  /  3 人回复  /   0 人收藏 转载请遵从CC协议 禁止商业使用本文

字节流:
        输入流:
            InputStream
                FileInputStream
                        read()
                        resd(byte[] arr)
                BufferedInputStream
                        read(int byte)
                        resd(byte[] arr)
        输出流:
            OutputStream
                fileOutputStream
                        write()
                        write(byte[] arr)
                BufferedOutputStream
                        write()
                        write(byte[] arr)
               
字符流:
        输入流:
            Reader       
                FileWriter
                        read()
                        read(char[] chars)
                BufferedFileWriter
                        read()
                        read(char[] chars)
                        readLine()
                InputInputStreamWriter
                        read()
                        resd(byte[] arr)
        输出流:
            Writer
                FileReader
                        write()
                        wtite(String str)
                        write(char[] chars)
                BufferedFileReader
                        write()
                        write(char[] chars)
                        newline()
                OutputStreaReader
                        write()
                        write(byte[] arr)
                                       

3 个回复

倒序浏览
骗经验水平太低了
回复 使用道具 举报
toyluck 发表于 2015-4-17 21:22
骗经验水平太低了

没你高:curse:
回复 使用道具 举报
字节流到是看过,不过字符流还没看过
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 加入黑马