ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.util Namespace / ISRandomAccessIO Class / close Method

In This Topic
    close Method (ISRandomAccessIO)
    In This Topic
    Closes this object for reading as well as the wrapped InputStream, if not already closed. The memory used by the cache is released.
    Syntax
    'Declaration
     
    
    Public Overridable Sub close() 
    public virtual void close()
    Exceptions
    ExceptionDescription
    If an I/O error occurs while closing the underlying InputStream.
    See Also