Overload | Description |
---|---|
GetTempFileStreamCopy(Stream,String,Boolean) | Copy the content of a Stream into a temporary file opened for read and write and return the open FileStream. |
GetTempFileStreamCopy(Stream) | Copy the content of a Stream into a temporary file opened for read and write and return the open FileStream which will delete-on-close. |
GetTempFileStreamCopy(Stream,String) | Copy the content of a Stream into a temporary file opened for read and write and return the open FileStream which will NOT delete-on-close. |