public class PeekInputStream extends InputStream
| Constructor and Description |
|---|
PeekInputStream(InputStream source) |
public PeekInputStream(InputStream source) throws IOException
IOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int peek()
throws IOException
IOExceptionpublic byte[] peek(int numberOfBytes)
throws IOException
IOExceptionCopyright © 2002–2013 The Apache Software Foundation. All rights reserved.