C# 클래스 Gammtek.Conduit.IO.DataWriter

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

공개 프로퍼티들

프로퍼티 타입 설명
Null DataWriter

공개 메소드들

메소드 설명
DataWriter ( Stream output, ByteOrder byteOrder = ByteOrder.LittleEndian, Encoding encoding = null, bool leaveOpen = false ) : System.IO
Seek ( long offset, SeekOrigin origin = SeekOrigin.Begin ) : long
Write ( bool value ) : void
Write ( decimal value ) : void
Write ( double value ) : void
Write ( float value ) : void
Write ( int value ) : void
Write ( long value ) : void
Write ( short value ) : void
Write ( uint value ) : void
Write ( ulong value ) : void
Write ( ushort value ) : void

보호된 메소드들

메소드 설명
DataWriter ( ) : System.IO

메소드 상세

DataWriter() 보호된 메소드

protected DataWriter ( ) : System.IO
리턴 System.IO

DataWriter() 공개 메소드

public DataWriter ( Stream output, ByteOrder byteOrder = ByteOrder.LittleEndian, Encoding encoding = null, bool leaveOpen = false ) : System.IO
output System.IO.Stream
byteOrder ByteOrder
encoding System.Text.Encoding
leaveOpen bool
리턴 System.IO

Seek() 공개 메소드

public Seek ( long offset, SeekOrigin origin = SeekOrigin.Begin ) : long
offset long
origin SeekOrigin
리턴 long

Write() 공개 메소드

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

Write() 공개 메소드

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

Write() 공개 메소드

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

Write() 공개 메소드

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

Write() 공개 메소드

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

Write() 공개 메소드

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

Write() 공개 메소드

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

Write() 공개 메소드

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

Write() 공개 메소드

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

Write() 공개 메소드

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

프로퍼티 상세

Null 공개적으로 정적으로 프로퍼티

public static DataWriter,Gammtek.Conduit.IO Null
리턴 DataWriter