ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.io Namespace / RandomAccessIO Interface / close Method

In This Topic
    close Method (RandomAccessIO)
    In This Topic
    Closes the I/O stream. Prior to closing the stream, any buffered data (at the bit and byte level) should be written.
    Syntax
    'Declaration
     
    
    Sub close() 
    void close()
    Exceptions
    ExceptionDescription
    If an I/O error ocurred.
    See Also