C# Класс Recurity.Swf.AVM2.ABC.AbcFile

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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