Recurity.Swf.AVM1.ActionGoToLabel.Parse C# (CSharp) Méthode

Parse() protected méthode

Reads the label to jump to from a source stream
protected Parse ( System sourceStream, byte sourceVersion ) : void
sourceStream System The source stream
sourceVersion byte The version
Résultat void
        protected override void Parse( System.IO.BinaryReader sourceStream, byte sourceVersion )
        {
            _label = Helper.SwfStrings.SwfString( sourceVersion, sourceStream );
        }