org.bouncycastle.cms
Class CMSProcessableFile
java.lang.Object
org.bouncycastle.cms.CMSProcessableFile
- CMSProcessable
public class CMSProcessableFile
extends java.lang.Object
a holding class for a file of data to be processed.
Object | getContent() - Return the file handle.
|
void | write(OutputStream zOut) - generic routine to copy out the data we want processed - the OutputStream
passed in will do the handling on it's own.
|
CMSProcessableFile
public CMSProcessableFile(File file)
CMSProcessableFile
public CMSProcessableFile(File file,
int bufSize)
write
public void write(OutputStream zOut)
throws IOException,
CMSException
generic routine to copy out the data we want processed - the OutputStream
passed in will do the handling on it's own.
Note: this routine may be called multiple times.
- write in interface CMSProcessable