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

Parse() protected method

Reads the offset 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 )
        {
            _offset = sourceStream.ReadInt16();
        }