IOFileFormat<TFile> Class
Definition
Base class for file formats with a strongly-typed file type.
public abstract class IOFileFormat<TFile> : IOFileFormat
where TFile : IOFile
Type Parameters
| Name | Description |
|---|---|
| TFile | The type of file for this format. |
Constructors
| Name | Description |
|---|---|
| IOFileFormat(String, String) | Base class for file formats with a strongly-typed file type. |
Methods
| Name | Description |
|---|---|
| Write(IOFile, Stream) | Writes a file to a stream. |
| Write(TFile, Stream) | Writes a strongly-typed file to a stream. |