@Deprecated public class ByteBufferOutputStream extends OutputStream
| Constructor and Description |
|---|
ByteBufferOutputStream()
Deprecated.
|
ByteBufferOutputStream(ByteBufferFactory factory)
Deprecated.
|
ByteBufferOutputStream(int size)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Deprecated.
|
void |
flush()
Deprecated.
|
List<ByteBuffer> |
getBuffers()
Deprecated.
|
List<ByteBuffer> |
getBuffers(boolean flip)
Deprecated.
|
void |
write(byte[] b)
Deprecated.
|
void |
write(byte[] b,
int off,
int len)
Deprecated.
|
void |
write(int b)
Deprecated.
|
public ByteBufferOutputStream()
public ByteBufferOutputStream(int size)
public ByteBufferOutputStream(ByteBufferFactory factory)
public void close()
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreampublic void flush()
flush in interface Flushableflush in class OutputStreampublic void write(byte[] b)
write in class OutputStreampublic void write(byte[] b,
int off,
int len)
write in class OutputStreampublic void write(int b)
write in class OutputStreampublic List<ByteBuffer> getBuffers()
public List<ByteBuffer> getBuffers(boolean flip)
Copyright © 2025. All rights reserved.