C# 클래스 Recurity.Swf.Helper.SwfCodeReader

파일 보기 프로젝트 열기: rtezli/Blitzableiter

공개 메소드들

메소드 설명
CodeLength ( AVM1InstructionSequence inList ) : UInt32

GetCode ( UInt32 size, BinaryReader sourceStream, byte sourceVersion ) : AVM1InstructionSequence

메소드 상세

CodeLength() 공개 정적인 메소드

public static CodeLength ( AVM1InstructionSequence inList ) : UInt32
inList AVM1InstructionSequence
리턴 System.UInt32

GetCode() 공개 정적인 메소드

public static GetCode ( UInt32 size, BinaryReader sourceStream, byte sourceVersion ) : AVM1InstructionSequence
size System.UInt32
sourceStream System.IO.BinaryReader
sourceVersion byte
리턴 AVM1InstructionSequence