CLASS: OutputStreamFactory
Class FileOutputStreamFactory
OutputStreamFactory
|
+--FileOutputStreamFactory
OutputStreamFactory implementation that writes to the disk. The Prepare() method deletes all files in the directory.
| Methods Summary |
Public | New(directory As String) Constructor. |
Public | Prepare() |
New
Public New(directory As String)
- Constructor.
- Parameter(s):
directory - The directory to create the file in (should end in a directory separator)
Prepare
Public Sub Prepare()
- See:
- OutputStreamFactory#Prepare
GetOutputStream
Public Function GetOutputStream(key As String) As OutputStream
- See:
- OutputStreamFactory#GetOutputStream