ComponentOne PDF for .NET
CSJ2K.j2k.io Namespace / BinaryDataOutput Interface / flush Method

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