Package nom.tam.util
Class ByteBufferInputStream
- java.lang.Object
-
- java.io.InputStream
-
- nom.tam.util.ByteBufferInputStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
public class ByteBufferInputStream extends java.io.InputStream
-
-
Constructor Summary
Constructors Constructor Description ByteBufferInputStream(java.nio.ByteBuffer buffer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
read()
int
read(byte[] bytes, int off, int len)
-