← 返回首页
BufferedOutputStream (Java SE 26 & JDK 26)
JavaScript is disabled on your browser.
Contents  
  1. Description
  2. Field Summary
  3. Constructor Summary
  4. Method Summary
  5. Field Details
    1. buf
    2. count
  6. Constructor Details
    1. BufferedOutputStream(OutputStream)
    2. BufferedOutputStream(OutputStream, int)
  7. Method Details
    1. write(int)
    2. write(byte[], int, int)
    3. flush()
Hide sidebar  Show sidebar

Class BufferedOutputStream

All Implemented Interfaces: Closeable, Flushable, AutoCloseable
public class BufferedOutputStream extends FilterOutputStream
The class implements a buffered output stream. By setting up such an output stream, an application can write bytes to the underlying output stream without necessarily causing a call to the underlying system for each byte written.
API Note: Once wrapped in a BufferedOutputStream, the underlying OutputStream should not be used directly nor wrapped with another stream. Since: 1.0

Scripting on this page tracks web page traffic, but does not change the content in any way.