public class ByteQueueInputStream
extends java.io.InputStream
Constructor and Description |
---|
ByteQueueInputStream() |
public void addBytes(byte[] bytes)
public int peek(byte[] buf)
public int read()
read
in class java.io.InputStream
public int read(byte[] b)
read
in class java.io.InputStream
public int read(byte[] b, int off, int len)
read
in class java.io.InputStream
public long skip(long n)
skip
in class java.io.InputStream
public int available()
available
in class java.io.InputStream
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.InputStream