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