BitMiracle.LibJpeg.Classic.Internal.my_source_mgr.Attach C# (CSharp) Метод

Attach() публичный Метод

public Attach ( Stream infile ) : void
infile System.IO.Stream
Результат void
        public void Attach(Stream infile)
        {
            m_infile = infile;
            m_infile.Seek(0, SeekOrigin.Begin);
            initInternalBuffer(null, 0);
        }