Package de.jungblut.datastructure
Class ByteBufferInputStream
- java.lang.Object
-
- java.io.InputStream
-
- de.jungblut.datastructure.ByteBufferInputStream
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
public final class ByteBufferInputStream extends java.io.InputStream
-
-
Constructor Summary
Constructors Constructor Description ByteBufferInputStream(java.nio.ByteBuffer buf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intread()intread(byte[] bytes, int off, int len)
-