public final class BufferedOutputStream extends OutputStream
构造器和说明 |
---|
BufferedOutputStream(OutputStream out,
ArrayPool arrayPool) |
public BufferedOutputStream(@NonNull OutputStream out, @NonNull ArrayPool arrayPool)
public void write(int b) throws IOException
write
在类中 OutputStream
IOException
public void write(@NonNull byte[] b) throws IOException
write
在类中 OutputStream
IOException
public void write(@NonNull byte[] b, int initialOffset, int length) throws IOException
write
在类中 OutputStream
IOException
public void flush() throws IOException
flush
在接口中 Flushable
flush
在类中 OutputStream
IOException
public void close() throws IOException
close
在接口中 Closeable
close
在接口中 AutoCloseable
close
在类中 OutputStream
IOException