摘要: 1、输入字节流 InputStream基本方法: (1)基本读方法;: int read() int read(byte[] b) int read(byte[] b,int off,int len) (2) 关闭流:void close() (3) 返回输入流中还有多少可读字节 int avail 阅读全文
posted @ 2020-10-09 19:33 xjspyx 阅读(70) 评论(0) 推荐(0)