明理斑马

文章
4
资源
0
加入时间
2年10月17天

Java IO详解:从IO了解数据缓存的基本思想(三)Stream

Stream文章目录StreamInputStreamread(byte b[], int off, int len)skip(long n)available()close()mark(),reset(),markSupported()OutputStreamwrite(byte b[], int off, int len)flush()InputStreamInputStream是所有从文件中获取字节流的超类,子类必须实现read()方法来获取下一个字节//返回的是0-255的数字,如果没有