Appccelerate.IO.Streams.StreamDecoratorStream.SetStream C# (CSharp) Method

SetStream() protected method

Sets the stream that shall be decorated.
protected SetStream ( Stream stream ) : void
stream Stream The stream that shall be decorated.
return void
        protected void SetStream(Stream stream)
        {
            this.decoratedStream = stream;
        }