C# 클래스 Mosa.Compiler.Common.EndianAwareBinaryWriter

상속: System.IO.BinaryWriter
파일 보기 프로젝트 열기: tgiphil/MOSA-Project 1 사용 예제들

공개 메소드들

메소드 설명
EndianAwareBinaryWriter ( Stream input, Encoding encoding, Endianness endianness ) : System.IO
EndianAwareBinaryWriter ( Stream input, Endianness endianness ) : System.IO
Write ( double value ) : void
Write ( float value ) : void
Write ( uint value ) : void
Write ( ushort value ) : void
WriteByte ( byte value ) : void
WriteZeroBytes ( int size ) : void
WriteZeroBytes ( uint size ) : void

메소드 상세

EndianAwareBinaryWriter() 공개 메소드

public EndianAwareBinaryWriter ( Stream input, Encoding encoding, Endianness endianness ) : System.IO
input Stream
encoding System.Text.Encoding
endianness Endianness
리턴 System.IO

EndianAwareBinaryWriter() 공개 메소드

public EndianAwareBinaryWriter ( Stream input, Endianness endianness ) : System.IO
input Stream
endianness Endianness
리턴 System.IO

Write() 공개 메소드

public Write ( double value ) : void
value double
리턴 void

Write() 공개 메소드

public Write ( float value ) : void
value float
리턴 void

Write() 공개 메소드

public Write ( uint value ) : void
value uint
리턴 void

Write() 공개 메소드

public Write ( ushort value ) : void
value ushort
리턴 void

WriteByte() 공개 메소드

public WriteByte ( byte value ) : void
value byte
리턴 void

WriteZeroBytes() 공개 메소드

public WriteZeroBytes ( int size ) : void
size int
리턴 void

WriteZeroBytes() 공개 메소드

public WriteZeroBytes ( uint size ) : void
size uint
리턴 void