IOutputFile

IOutputFile interface

Represents an output file.

public interface IOutputFile

Methods

NameDescription
Write(Stream)Writes the file content to the stream.

See Also