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

DefineBitsJPEG3() public method

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