摘要:
## 介绍 - java.io.DataInput - public interface DataInput ## API 读取字节 - readFully - `void readFully(byte b[]) throws IOException;` - `void readFully(byte 阅读全文
posted @ 2023-08-23 09:56
流星<。)#)))≦
阅读(13)
评论(0)
推荐(0)
摘要:
## 介绍 - java.io.BufferedOutputStream - public class BufferedOutputStream extends FilterOutputStream - `write` 方法写入的字节先存入内部的 `byte buf[]` ,填满后再写入文件 ## 阅读全文
posted @ 2023-08-23 09:56
流星<。)#)))≦
阅读(14)
评论(0)
推荐(0)
摘要:
## 介绍 - java.io.BufferedInputStream - public class BufferedInputStream extends FilterInputStream - `read` 方法读取字节时,先读取内部的缓冲区 `byte buf[]` ,当缓冲区读完后,从底层输 阅读全文
posted @ 2023-08-23 09:56
流星<。)#)))≦
阅读(19)
评论(0)
推荐(0)
摘要:
## 介绍 - `java.io.Writer` - `public abstract class Writer implements Appendable, Closeable, Flushable` ## API - write - abstract void write(char cbuf[] 阅读全文
posted @ 2023-08-23 09:56
流星<。)#)))≦
阅读(17)
评论(0)
推荐(0)
浙公网安备 33010602011771号