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

Parse() protected method

Reads 2 bytes from the stream to get the size
protected Parse ( System sourceStream, byte sourceVersion ) : void
sourceStream System The source stream
sourceVersion byte The version of the source
return void
        protected override void Parse( System.IO.BinaryReader sourceStream, byte sourceVersion )
        {
            _size = sourceStream.ReadUInt16();
        }