Package net.ontopia.utils
Class EncryptedInputStream
java.lang.Object
java.io.InputStream
net.ontopia.utils.EncryptedInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
INTERNAL: Input stream for reading in a encrypted input stream (for
example from a file) and giving back the decrypted values.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
EncryptedInputStream
-
-
Method Details
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-