Class DecryptedInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
com.sun.xml.ws.security.opt.impl.util.DecryptedInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
- Author:
- Ashutosh.Shahi@sun.com
-
Field Summary
Fields inherited from class java.io.FilterInputStream
in -
Constructor Summary
ConstructorsConstructorDescriptionDecryptedInputStream(InputStream is, HashMap<String, String> parentNS) Creates a new instance of DecryptedInputStream -
Method Summary
Methods inherited from class java.io.FilterInputStream
available, markMethods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, transferTo
-
Constructor Details
-
DecryptedInputStream
Creates a new instance of DecryptedInputStream
-
-
Method Details
-
read
- Overrides:
readin classFilterInputStream- Throws:
IOException
-
read
- Overrides:
readin classFilterInputStream- Throws:
IOException
-
read
- Overrides:
readin classFilterInputStream- Throws:
IOException
-
skip
- Overrides:
skipin classFilterInputStream- Throws:
IOException
-
markSupported
public boolean markSupported()- Overrides:
markSupportedin classFilterInputStream
-
reset
- Overrides:
resetin classFilterInputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classFilterInputStream- Throws:
IOException
-