Recurity.Swf.ShapeRecord.Parse C# (CSharp) Method

Parse() public method

public Parse ( Stream input, BitStream bits ) : void
input Stream
bits BitStream
return void
        public virtual void Parse(Stream input, BitStream bits)
        {
            throw new Exception("The method or operation is not implemented.");
        }