public class ByteBufferInputStream
extends java.io.InputStream
Constructor and Description |
---|
ByteBufferInputStream(java.nio.ByteBuffer buffer,
boolean dispose) |
public ByteBufferInputStream(java.nio.ByteBuffer buffer, boolean dispose)
public int read()
read
in class java.io.InputStream
public int read(byte[] dest)
read
in class java.io.InputStream
public int read(byte[] dest, int offset, int length)
read
in class java.io.InputStream
public long skip(long bytes)
skip
in class java.io.InputStream