AForge.Imaging.Formats.FITSCodec.Close C# (CSharp) Méthode

Close() public méthode

Close decoding of previously opened stream.

The method does not close stream itself, but just closes decoding cleaning all associated data with it.

public Close ( ) : void
Résultat void
        public void Close( )
        {
            stream    = null;
            imageInfo = null;
        }