Tesla Graphics Engine Documentation (January 2012)
BinaryExternalWriter Class
TeslaTesla.Content.LoadersBinaryExternalWriter
Default binary external writer for any ISavable. The writer will create another TEBO file containing the external object.
Declaration Syntax
C#
public sealed class BinaryExternalWriter : ExternalWriter<ISavable>
Members
All Members Constructors Methods Properties



Icon Member Description
BinaryExternalWriter()()()()
Initializes a new instance of the BinaryExternalWriter class.

DefaultOutputName
Gets or sets the default output name.
(Inherited from ExternalWriter.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Flush()()()()
Cleans up any remaining resources and finishes writing external objects.
(Overrides ExternalWriter.Flush()()()().)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
OutputDirectory
Gets or sets the output directory, relative to the primary resource name.
(Inherited from ExternalWriter.)
Overwrite
Gets or sets if the writer should overwrite existing files. Default is true.
(Inherited from ExternalWriter.)
TargetType
Gets the target type of the external reference.
(Inherited from ExternalWriter.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Write(String, ISavable)
Writes the specified external and returns the reference to it.
(Overrides ExternalWriter<(Of <(<'ISavable>)>)>.Write(String, T).)
Write(String, ISavable, Type)
Writes the external object and returns the reference to it.
(Inherited from ExternalWriter<(Of <(<'T>)>)>.)
Inheritance Hierarchy
Object
ExternalWriter
  ExternalWriter < (Of < ( <' ISavable > ) > ) >
    BinaryExternalWriter

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)