ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.io Namespace / BufferedRandomAccessFile Class / flush Method

In This Topic
    flush Method (BufferedRandomAccessFile)
    In This Topic
    Any data that has been buffered must be written (including buffering at the bit level), and the stream should be realigned at the byte level.
    Syntax
    'Declaration
     
    
    Public Sub flush() 
    public void flush()
    Exceptions
    ExceptionDescription
    If an I/O error ocurred.
    See Also