OutputStreamFactory
|
+--NotesOutputStreamFactory
OutputStreamFactory implementation that writes to a Notes database. The Prepare() method deletes all files in the "virtual" directory.is
| Methods Summary | |
Public | Delete()Destructor. |
Public | New(db_write As NotesDatabase, title As String, directory As String)Constructor. |
Public | Prepare() |
| Functions Summary | |
Public OutputStream | GetOutputStream(key As String) |
Public String | GetUrl(key As String)Returns the url to the document with the supplied key. |
| Method Detail |
Public Sub Delete()
Public New(db_write As NotesDatabase, title As String, directory As String)
db_process - The database we are processing and for which the replica id is used as the "directory" (specify Nothing for NotesSession.CurrentDatabase)db_write - The database we should write to (specify Nothing for NotesSession.CurrentDatabase).Public Sub Prepare()
| Function Detail |
Public Function GetOutputStream(key As String) As OutputStream
Public Function GetUrl(key As String) As String
key - The key