Class CheckedInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
com.sun.xml.ws.security.opt.impl.util.CheckedInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
- Author:
- Ashutosh.Shahi@Sun.com
-
Field Summary
Fields inherited from class java.io.FilterInputStream
in -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of CheckedCipherInputStream -
Method Summary
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, resetMethods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, transferTo
-
Constructor Details
-
CheckedInputStream
Creates a new instance of CheckedCipherInputStream- Throws:
IOException
-
-
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
-
isEmpty
public boolean isEmpty()
-