java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable@Private
@Stable
public class ByteBufferOutputStream
extends java.io.OutputStream
ByteBuffer.| Constructor | Description |
|---|---|
ByteBufferOutputStream(java.nio.ByteBuffer buf) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
write(byte[] b,
int off,
int len) |
|
void |
write(int b) |
public void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.