Ar.Com.Hjg.Pngcs.BufferedStreamFeeder.setInputStream C# (CSharp) Method

setInputStream() public method

public setInputStream ( Stream ist ) : void
ist Stream
return void
        public void setInputStream(Stream ist)
        {
            // to reuse this object
            this._stream = ist;
            eof = false;
        }