public class PeekInputStream extends java.io.InputStream
PeekInputStream(java.io.InputStream delegate)
void
consume()
int
peek(int depth)
read()
available, close, mark, markSupported, read, read, reset, skip
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PeekInputStream(java.io.InputStream delegate)
public int peek(int depth) throws java.io.IOException
java.io.IOException
public void consume()
public int read() throws java.io.IOException
read
java.io.InputStream