C# 클래스 Nintenlord.Event_Assembler.Core.IO.Output.BinaryStreamOutput

상속: IBinaryOutput
파일 보기 프로젝트 열기: Diegoisawesome/AwesomeMapEditor-old

공개 메소드들

메소드 설명
BinaryStreamOutput ( Stream stream ) : System
Dispose ( ) : void
Write ( byte data ) : void
Write ( byte data, int index ) : void
Write ( byte data, int index, int length ) : void

메소드 상세

BinaryStreamOutput() 공개 메소드

public BinaryStreamOutput ( Stream stream ) : System
stream Stream
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Write() 공개 메소드

public Write ( byte data ) : void
data byte
리턴 void

Write() 공개 메소드

public Write ( byte data, int index ) : void
data byte
index int
리턴 void

Write() 공개 메소드

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