C# Class CSPspEmu.Core.Cpu.InstructionStreamReader

Inheritance: IInstructionReader
Show file Open project: soywiz/cspspemu Class Usage Examples

Protected Properties

Property Type Description
BinaryReader System.IO.BinaryReader
BinaryWriter System.IO.BinaryWriter
Stream Stream

Public Methods

Method Description
InstructionStreamReader ( Stream Stream ) : System.IO
this ( uint Index ) : Instruction

Method Details

InstructionStreamReader() public method

public InstructionStreamReader ( Stream Stream ) : System.IO
Stream Stream
return System.IO

this() public method

public this ( uint Index ) : Instruction
Index uint
return Instruction

Property Details

BinaryReader protected property

protected BinaryReader,System.IO BinaryReader
return System.IO.BinaryReader

BinaryWriter protected property

protected BinaryWriter,System.IO BinaryWriter
return System.IO.BinaryWriter

Stream protected property

protected Stream Stream
return Stream