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

Inheritance: IBinaryOutput
ファイルを表示 Open project: Diegoisawesome/AwesomeMapEditor-old

Public Methods

Method 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 method

public BinaryStreamOutput ( Stream stream ) : System
stream Stream
return System

Dispose() public method

public Dispose ( ) : void
return void

Write() public method

public Write ( byte data ) : void
data byte
return void

Write() public method

public Write ( byte data, int index ) : void
data byte
index int
return void

Write() public method

public Write ( byte data, int index, int length ) : void
data byte
index int
length int
return void