Recurity.Swf.AVM1.ActionSetTarget.Parse C# (CSharp) Method

Parse() protected method

Parses the target from a source stream
protected Parse ( System sourceStream, byte sourceVersion ) : void
sourceStream System The source stream
sourceVersion byte The version
return void
        protected override void Parse( System.IO.BinaryReader sourceStream, byte sourceVersion )
        {
            _target = Helper.SwfStrings.SwfString( sourceVersion, sourceStream );
        }