C# Class CSPspEmu.Core.Cpu.InstructionStreamReader

Inheritance: IInstructionReader
Afficher le fichier Open project: soywiz/cspspemu Class Usage Examples

Protected Properties

Свойство Type Description
BinaryReader System.IO.BinaryReader
BinaryWriter System.IO.BinaryWriter
Stream Stream

Méthodes publiques

Méthode Description
InstructionStreamReader ( Stream Stream ) : System.IO
this ( uint Index ) : Instruction

Method Details

InstructionStreamReader() public méthode

public InstructionStreamReader ( Stream Stream ) : System.IO
Stream Stream
Résultat System.IO

this() public méthode

public this ( uint Index ) : Instruction
Index uint
Résultat Instruction

Property Details

BinaryReader protected_oe property

protected BinaryReader,System.IO BinaryReader
Résultat System.IO.BinaryReader

BinaryWriter protected_oe property

protected BinaryWriter,System.IO BinaryWriter
Résultat System.IO.BinaryWriter

Stream protected_oe property

protected Stream Stream
Résultat Stream