org.openmuc.josistack
public final class ByteBufferInputStream extends java.io.InputStream
ByteBuffer object| Constructor and Description |
|---|
ByteBufferInputStream(java.nio.ByteBuffer buf) |
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] b,
int off,
int len)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int available()
throws java.io.IOException
available in class java.io.InputStreamjava.io.IOException