public class CheckedInputStream extends FilterInputStream
in| Constructor and Description |
|---|
CheckedInputStream(InputStream cin)
Creates a new instance of CheckedCipherInputStream
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmpty() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
long |
skip(long n) |
available, close, mark, markSupported, resetpublic CheckedInputStream(InputStream cin) throws IOException
IOExceptionpublic int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionpublic long skip(long n)
throws IOException
skip in class FilterInputStreamIOExceptionpublic boolean isEmpty()
Copyright © 2005–2018 Oracle Corporation. All rights reserved.