字节流的父类(抽象类)

InputStream:字节输入流。

public abstract class InputStream implements Closeable {

OutputStream:字节输出流。

public abstract class OutputStream implements Closeable, Flushable {   

  

posted @ 2022-12-13 01:08  Amireux-126  阅读(19)  评论(0)    收藏  举报