C# 클래스 TagTool.IO.EndianWriter

상속: System.IO.BinaryWriter
파일 보기 프로젝트 열기: TheGuardians/TagTool

공개 메소드들

메소드 설명
EndianWriter ( Stream stream, EndianFormat format ) : System.IO
Write ( double value ) : void
Write ( double value, EndianFormat format ) : void
Write ( float value ) : void
Write ( float value, EndianFormat format ) : void
Write ( int value ) : void
Write ( int value, EndianFormat format ) : void
Write ( long value ) : void
Write ( long value, EndianFormat format ) : void
Write ( short value ) : void
Write ( short value, EndianFormat format ) : void
Write ( uint value ) : void
Write ( uint value, EndianFormat format ) : void
Write ( ulong value ) : void
Write ( ulong value, EndianFormat format ) : void
Write ( ushort value ) : void
Write ( ushort value, EndianFormat format ) : void
WriteBlock ( byte data ) : void
WriteBlock ( byte data, int offset, int length ) : void

메소드 상세

EndianWriter() 공개 메소드

public EndianWriter ( Stream stream, EndianFormat format ) : System.IO
stream System.IO.Stream
format EndianFormat
리턴 System.IO

Write() 공개 메소드

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

Write() 공개 메소드

public Write ( double value, EndianFormat format ) : void
value double
format EndianFormat
리턴 void

Write() 공개 메소드

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

Write() 공개 메소드

public Write ( float value, EndianFormat format ) : void
value float
format EndianFormat
리턴 void

Write() 공개 메소드

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

Write() 공개 메소드

public Write ( int value, EndianFormat format ) : void
value int
format EndianFormat
리턴 void

Write() 공개 메소드

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

Write() 공개 메소드

public Write ( long value, EndianFormat format ) : void
value long
format EndianFormat
리턴 void

Write() 공개 메소드

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

Write() 공개 메소드

public Write ( short value, EndianFormat format ) : void
value short
format EndianFormat
리턴 void

Write() 공개 메소드

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

Write() 공개 메소드

public Write ( uint value, EndianFormat format ) : void
value uint
format EndianFormat
리턴 void

Write() 공개 메소드

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

Write() 공개 메소드

public Write ( ulong value, EndianFormat format ) : void
value ulong
format EndianFormat
리턴 void

Write() 공개 메소드

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

Write() 공개 메소드

public Write ( ushort value, EndianFormat format ) : void
value ushort
format EndianFormat
리턴 void

WriteBlock() 공개 메소드

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

WriteBlock() 공개 메소드

public WriteBlock ( byte data, int offset, int length ) : void
data byte
offset int
length int
리턴 void