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

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

공개 메소드들

메소드 설명
DataReader ( Stream input, ByteOrder byteOrder = ByteOrder.LittleEndian, Encoding encoding = null, bool leaveOpen = false ) : System.IO
ReadBoolean ( ) : bool
ReadDecimal ( ) : decimal
ReadDouble ( ) : double
ReadInt16 ( ) : short
ReadInt32 ( ) : int
ReadInt64 ( ) : long
ReadSingle ( ) : float
ReadUInt16 ( ) : ushort
ReadUInt32 ( ) : uint
ReadUInt64 ( ) : ulong
Seek ( long offset, SeekOrigin origin = SeekOrigin.Begin ) : long
ToArray ( ) : byte[]

메소드 상세

DataReader() 공개 메소드

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

ReadBoolean() 공개 메소드

public ReadBoolean ( ) : bool
리턴 bool

ReadDecimal() 공개 메소드

public ReadDecimal ( ) : decimal
리턴 decimal

ReadDouble() 공개 메소드

public ReadDouble ( ) : double
리턴 double

ReadInt16() 공개 메소드

public ReadInt16 ( ) : short
리턴 short

ReadInt32() 공개 메소드

public ReadInt32 ( ) : int
리턴 int

ReadInt64() 공개 메소드

public ReadInt64 ( ) : long
리턴 long

ReadSingle() 공개 메소드

public ReadSingle ( ) : float
리턴 float

ReadUInt16() 공개 메소드

public ReadUInt16 ( ) : ushort
리턴 ushort

ReadUInt32() 공개 메소드

public ReadUInt32 ( ) : uint
리턴 uint

ReadUInt64() 공개 메소드

public ReadUInt64 ( ) : ulong
리턴 ulong

Seek() 공개 메소드

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

ToArray() 공개 메소드

public ToArray ( ) : byte[]
리턴 byte[]