C# Class CSPspEmu.Core.Cpu.InstructionStreamReader

Inheritance: IInstructionReader
ファイルを表示 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_oe property

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

BinaryWriter protected_oe property

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

Stream protected_oe property

protected Stream Stream
return Stream