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