public class CMSProcessableByteArray extends java.lang.Object implements CMSProcessable
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
bytes |
| Constructor and Description |
|---|
CMSProcessableByteArray(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getContent() |
void |
write(java.io.OutputStream zOut)
generic routine to copy out the data we want processed - the OutputStream
passed in will do the handling on it's own.
|
public void write(java.io.OutputStream zOut)
throws java.io.IOException,
CMSException
CMSProcessableNote: this routine may be called multiple times.
write in interface CMSProcessablejava.io.IOExceptionCMSExceptionpublic java.lang.Object getContent()
getContent in interface CMSProcessableCopyright © 1998-2014 Gamma Technologies. All Rights Reserved.