| Constructor and Description |
|---|
EncryptedTempData() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Removes the temporarily backing file
|
InputStream |
getInputStream()
Returns the input stream for reading the previously written encrypted data
|
OutputStream |
getOutputStream()
Returns the output stream for writing the data.
|
public EncryptedTempData()
throws IOException
IOExceptionpublic OutputStream getOutputStream() throws IOException
Make sure to close it, otherwise the last cipher block is not written completely.
IOException - if the writing to the underlying file failspublic InputStream getInputStream() throws IOException
IOException - if the reading of the underlying file failspublic void dispose()
Copyright © 2010 - 2020 Adobe. All Rights Reserved