C# Class Nintenlord.Event_Assembler.Core.IO.Output.BinaryStreamOutput

Inheritance: IBinaryOutput
Afficher le fichier Open project: Diegoisawesome/AwesomeMapEditor-old

Méthodes publiques

Méthode Description
BinaryStreamOutput ( Stream stream ) : System
Dispose ( ) : void
Write ( byte data ) : void
Write ( byte data, int index ) : void
Write ( byte data, int index, int length ) : void

Method Details

BinaryStreamOutput() public méthode

public BinaryStreamOutput ( Stream stream ) : System
stream Stream
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Write() public méthode

public Write ( byte data ) : void
data byte
Résultat void

Write() public méthode

public Write ( byte data, int index ) : void
data byte
index int
Résultat void

Write() public méthode

public Write ( byte data, int index, int length ) : void
data byte
index int
length int
Résultat void