public class FullBufferOutputStream extends OutputStream
| 限定符和类型 | 字段和说明 |
|---|---|
protected byte[] |
buf |
protected int |
count |
protected OutputStream |
out |
| 构造器和说明 |
|---|
FullBufferOutputStream(OutputStream out,
int size) |
protected byte[] buf
protected int count
protected OutputStream out
public FullBufferOutputStream(OutputStream out, int size)
public void write(int b)
throws IOException
write 在类中 OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write 在类中 OutputStreamIOExceptionpublic void flush()
throws IOException
flush 在接口中 Flushableflush 在类中 OutputStreamIOExceptionpublic void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 OutputStreamIOExceptionCopyright © 2025. All rights reserved.