Recurity.Swf.AVM1.ActionGotoFrame.Render C# (CSharp) Method

Render() protected method

Writes the frame number to go to back to the output stream
protected Render ( BinaryWriter outputStream ) : ulong
outputStream System.IO.BinaryWriter The outputstream
return ulong
        protected override ulong Render( BinaryWriter outputStream )
        {
            outputStream.Write( _frameIndex );
            return sizeof( UInt16 );
        }