Appccelerate.IO.Streams.StreamDecoratorStream.SetStream C# (CSharp) Méthode

SetStream() protected méthode

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