IOFile.Write Method
Overloads
Write(Stream)
Writes this file to a stream.
public void Write(Stream stream);
View source
Parameters
| Name |
Type |
Description |
stream |
Stream |
The stream to write to. |
Writes this file to a stream, optionally compressing it.
public void Write(Stream stream, string filename, CompressionFormat compressionFormat);
View source
| Name |
Type |
Description |
stream |
Stream |
The stream to write to. |
filename |
String |
The filename of the file, with extension. Used as the name of the entry when compressionFormat is Zip. |
compressionFormat |
CompressionFormat |
The compression format to use. |