标签:输出流 数据 输出 输入流 output 字节 res string puts
InputStream:所有字节输入流的所有类的超类。
read(byte[] b)从输入流中读取一定数量的字节,并将其存储在缓冲数组b中
reset()将此流重新定位到最后一次对此流调用mark方法的地方
InputStream的所有子类:FileInputStream,ByteArrayInputStream,FileInputStream,StringBufferInputStream
OutputStream:所有字节输出流的所有流的超类。
flush():刷新该流中的缓冲,将缓冲数据写到目的文件中
标签:输出流 数据 输出 输入流 output 字节 res string puts
原文地址:http://www.cnblogs.com/minshia/p/6741684.html