C# Class AsmResolver.MemoryStreamReader

Inheritance: IBinaryStreamReader
Afficher le fichier Open project: JerreS/AsmResolver Class Usage Examples

Méthodes publiques

Méthode Description
CreateSubReader ( long address, int size ) : IBinaryStreamReader
MemoryStreamReader ( byte data ) : System
MemoryStreamReader ( byte data, int startOffset, int endOffset ) : System
ReadByte ( ) : byte
ReadBytes ( int count ) : byte[]
ReadBytesUntil ( byte value ) : byte[]
ReadDouble ( ) : double
ReadInt16 ( ) : short
ReadInt32 ( ) : int
ReadInt64 ( ) : long
ReadSByte ( ) : sbyte
ReadSingle ( ) : float
ReadUInt16 ( ) : ushort
ReadUInt32 ( ) : uint
ReadUInt64 ( ) : ulong

Private Methods

Méthode Description
Advance ( int count ) : void

Method Details

CreateSubReader() public méthode

public CreateSubReader ( long address, int size ) : IBinaryStreamReader
address long
size int
Résultat IBinaryStreamReader

MemoryStreamReader() public méthode

public MemoryStreamReader ( byte data ) : System
data byte
Résultat System

MemoryStreamReader() public méthode

public MemoryStreamReader ( byte data, int startOffset, int endOffset ) : System
data byte
startOffset int
endOffset int
Résultat System

ReadByte() public méthode

public ReadByte ( ) : byte
Résultat byte

ReadBytes() public méthode

public ReadBytes ( int count ) : byte[]
count int
Résultat byte[]

ReadBytesUntil() public méthode

public ReadBytesUntil ( byte value ) : byte[]
value 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

ReadSByte() public méthode

public ReadSByte ( ) : sbyte
Résultat sbyte

ReadSingle() public méthode

public ReadSingle ( ) : float
Résultat float

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