Recurity.Swf.TagHandler.DefineBits.DefineBits C# (CSharp) Method

DefineBits() public method

public DefineBits ( byte InitialVersion ) : System
InitialVersion byte The initial version of the Swf file
return System
        public DefineBits(byte InitialVersion)
            : base(InitialVersion)
        {
            this._characterID = 0;
            this._jpegData = new byte[0];
        }