public class PeekInputStream extends InputStream
Constructor and Description |
---|
PeekInputStream(InputStream source) |
public PeekInputStream(InputStream source) throws IOException
IOException
public int read() throws IOException
read
in class InputStream
IOException
public int peek() throws IOException
IOException
public byte[] peek(int numberOfBytes) throws IOException
IOException
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.