C# 클래스 Recurity.Swf.AVM2.ABC.AbcFile

파일 보기 프로젝트 열기: rtezli/Blitzableiter 1 사용 예제들

공개 메소드들

메소드 설명
IsValidIdentifier ( string name ) : bool

Checks if a string instance is a valid identifier.

Parse ( Stream source ) : void

Parses this object out of a stream

Verify ( ) : bool

Verifies this object and its components for documentation compliance.

VerifyMultinameIndex ( uint index ) : bool

VerifyNameIndex ( uint nindex ) : bool

Checks if a name can be found at specific position in the constant pool.

VerifyStringIndex ( uint sindex ) : bool

Write ( Stream destination ) : void

Writes this object back to a stream.

메소드 상세

IsValidIdentifier() 공개 정적인 메소드

Checks if a string instance is a valid identifier.
public static IsValidIdentifier ( string name ) : bool
name string The actual string
리턴 bool

Parse() 공개 메소드

Parses this object out of a stream
public Parse ( Stream source ) : void
source Stream The source stream.
리턴 void

Verify() 공개 메소드

Verifies this object and its components for documentation compliance.
public Verify ( ) : bool
리턴 bool

VerifyMultinameIndex() 공개 메소드

public VerifyMultinameIndex ( uint index ) : bool
index uint
리턴 bool

VerifyNameIndex() 공개 메소드

Checks if a name can be found at specific position in the constant pool.
public VerifyNameIndex ( uint nindex ) : bool
nindex uint The constant pool index
리턴 bool

VerifyStringIndex() 공개 메소드

public VerifyStringIndex ( uint sindex ) : bool
sindex uint
리턴 bool

Write() 공개 메소드

Writes this object back to a stream.
public Write ( Stream destination ) : void
destination Stream The stream to write to.
리턴 void