public Open ( Stream outStr, char format, |
||
outStr | Stream | The stream we want the packet in. |
format | char | The format we are using. |
file | The |
|
return | Stream |
Open a literal data packet for the passed in FileInfo
object, returning an output stream for saving the file contents.
The stream created can be closed off by either calling Close() on the stream or Close() on the generator. Closing the returned stream does not close off the Stream parameter outStr
.
public Open ( Stream outStr, char format, |
||
outStr | Stream | The stream we want the packet in. |
format | char | The format we are using. |
file | The |
|
return | Stream |