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

Parse() protected method

The minimum version that is required for the action
protected Parse ( System sourceStream, byte sourceVersion ) : void
sourceStream System
sourceVersion byte
return void
        protected override void Parse( System.IO.BinaryReader sourceStream, byte sourceVersion )
        {
            _registerNum = sourceStream.ReadByte();
        }