C# Class Gammtek.Conduit.IO.ByteBufferReader

Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Méthode Description
ByteBufferReader ( byte buffer, int offset, ByteOrder byteOrder = ByteOrder.LittleEndian ) : System
ReadBoolean ( ) : bool
ReadByte ( ) : byte
ReadDouble ( ) : double
ReadInt16 ( ) : short
ReadInt32 ( ) : int
ReadInt64 ( ) : long
ReadIntAsBoolean ( ) : bool
ReadSByte ( ) : sbyte
ReadSingle ( ) : float
ReadString ( int size, bool trailingNull, Encoding encoding ) : string
ReadUInt16 ( ) : ushort
ReadUInt32 ( ) : uint
ReadUInt64 ( ) : ulong
this ( int index ) : ByteBufferReader

Method Details

ByteBufferReader() public méthode

public ByteBufferReader ( byte buffer, int offset, ByteOrder byteOrder = ByteOrder.LittleEndian ) : System
buffer byte
offset int
byteOrder ByteOrder
Résultat System

ReadBoolean() public méthode

public ReadBoolean ( ) : bool
Résultat bool

ReadByte() public méthode

public ReadByte ( ) : byte
Résultat byte

ReadDouble() public méthode

public ReadDouble ( ) : double
Résultat double

ReadInt16() public méthode

public ReadInt16 ( ) : short
Résultat short

ReadInt32() public méthode

public ReadInt32 ( ) : int
Résultat int

ReadInt64() public méthode

public ReadInt64 ( ) : long
Résultat long

ReadIntAsBoolean() public méthode

public ReadIntAsBoolean ( ) : bool
Résultat bool

ReadSByte() public méthode

public ReadSByte ( ) : sbyte
Résultat sbyte

ReadSingle() public méthode

public ReadSingle ( ) : float
Résultat float

ReadString() public méthode

public ReadString ( int size, bool trailingNull, Encoding encoding ) : string
size int
trailingNull bool
encoding System.Text.Encoding
Résultat string

ReadUInt16() public méthode

public ReadUInt16 ( ) : ushort
Résultat ushort

ReadUInt32() public méthode

public ReadUInt32 ( ) : uint
Résultat uint

ReadUInt64() public méthode

public ReadUInt64 ( ) : ulong
Résultat ulong

this() public méthode

public this ( int index ) : ByteBufferReader
index int
Résultat ByteBufferReader