java.io.Closeable, java.io.Flushable, java.lang.AutoCloseablepublic class ByteBufferOutputStream
extends java.io.OutputStream
| Constructor | Description |
|---|---|
ByteBufferOutputStream(java.nio.ByteBuffer byteBuffer) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
void |
flush() |
|
void |
write(int b) |
public ByteBufferOutputStream(java.nio.ByteBuffer byteBuffer)
throws java.io.IOException
java.io.IOExceptionpublic void write(int b)
write in class java.io.OutputStreampublic void flush()
flush in interface java.io.Flushableflush in class java.io.OutputStreampublic void close()
throws java.io.IOException
close in interface java.lang.AutoCloseableclose in interface java.io.Closeableclose in class java.io.OutputStreamjava.io.IOExceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.