Skip to content

IOFileFormat<TFile>.Write Method

Overloads

Name Description
Write(IOFile, Stream) Writes a file to a stream.
Write(TFile, Stream) Writes a strongly-typed file to a stream.

Write(IOFile, Stream)

Writes a file to a stream.

public sealed override void Write(IOFile file, Stream stream);

View source

Parameters

Name Type Description
file IOFile The file to write.
stream Stream The stream to write to.

Write(TFile, Stream)

Writes a strongly-typed file to a stream.

protected new abstract void Write(TFile file, Stream stream);

Parameters

Name Type Description
file TFile The file to write.
stream Stream The stream to write to.