C# 클래스 CSPspEmu.Core.Cpu.InstructionStreamReader

상속: IInstructionReader
파일 보기 프로젝트 열기: soywiz/cspspemu 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
BinaryReader System.IO.BinaryReader
BinaryWriter System.IO.BinaryWriter
Stream Stream

공개 메소드들

메소드 설명
InstructionStreamReader ( Stream Stream ) : System.IO
this ( uint Index ) : Instruction

메소드 상세

InstructionStreamReader() 공개 메소드

public InstructionStreamReader ( Stream Stream ) : System.IO
Stream Stream
리턴 System.IO

this() 공개 메소드

public this ( uint Index ) : Instruction
Index uint
리턴 Instruction

프로퍼티 상세

BinaryReader 보호되어 있는 프로퍼티

protected BinaryReader,System.IO BinaryReader
리턴 System.IO.BinaryReader

BinaryWriter 보호되어 있는 프로퍼티

protected BinaryWriter,System.IO BinaryWriter
리턴 System.IO.BinaryWriter

Stream 보호되어 있는 프로퍼티

protected Stream Stream
리턴 Stream