C# Class Datamodel.Codecs.Binary.DmxBinaryWriter

Inheritance: System.IO.BinaryWriter
Afficher le fichier Open project: Artfunkel/Datamodel.NET

Méthodes publiques

Méthode Description
DmxBinaryWriter ( Stream output ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Write ( string value ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

DmxBinaryWriter() public méthode

public DmxBinaryWriter ( Stream output ) : System
output Stream
Résultat System