public class ByteBufferOutputStream
extends java.io.OutputStream
| Modifier and Type | Field and Description |
|---|---|
(package private) java.nio.ByteBuffer |
buffer
The actual buffer we're using.
|
| Constructor and Description |
|---|
ByteBufferOutputStream(java.nio.ByteBuffer buffer)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
Copyright © 2019 ELKI Development Team. License information.