net.ontopia.utils
Class EncryptedInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by net.ontopia.utils.EncryptedInputStream
All Implemented Interfaces:
java.io.Closeable

public class EncryptedInputStream
extends java.io.InputStream

INTERNAL: Input stream for reading in a encrypted input stream (for example from a file) and giving back the decrypted values.


Constructor Summary
EncryptedInputStream(java.io.InputStream myInputStream)
           
 
Method Summary
 int read()
           
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptedInputStream

public EncryptedInputStream(java.io.InputStream myInputStream)
Method Detail

read

public int read()
         throws java.io.IOException
Specified by:
read in class java.io.InputStream
Throws:
java.io.IOException


Copyright © 2000-2012 Ontopia.