org.apache.poi.poifs.crypt.temp
Class EncryptedTempData

java.lang.Object
  extended by org.apache.poi.poifs.crypt.temp.EncryptedTempData

@Beta
public class EncryptedTempData
extends java.lang.Object

EncryptedTempData can be used to buffer binary data in a secure way, by using encrypted temp files.


Constructor Summary
EncryptedTempData()
           
 
Method Summary
 void dispose()
           
 java.io.InputStream getInputStream()
           
 java.io.OutputStream getOutputStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptedTempData

public EncryptedTempData()
                  throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getOutputStream

public java.io.OutputStream getOutputStream()
                                     throws java.io.IOException
Throws:
java.io.IOException

getInputStream

public java.io.InputStream getInputStream()
                                   throws java.io.IOException
Throws:
java.io.IOException

dispose

public void dispose()