CSJ2K.j2k.image.ImgDataConverter.close C# (CSharp) Метод

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

Closes the underlying file or network connection from where the image data is being read.
If an I/O error occurs. ///
public close ( ) : void
Результат void
        public void close()
        {
            // Do nothing.
        }