public class DecryptedInputStream extends FilterInputStream
in| Constructor and Description |
|---|
DecryptedInputStream(InputStream is,
HashMap<String,String> parentNS)
Creates a new instance of DecryptedInputStream
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
void |
reset() |
long |
skip(long n) |
available, markpublic DecryptedInputStream(InputStream is, HashMap<String,String> parentNS)
public 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 markSupported()
markSupported in class FilterInputStreampublic void reset()
throws IOException
reset in class FilterInputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterInputStreamIOExceptionCopyright © 2005–2018 Oracle Corporation. All rights reserved.