CSJ2K.j2k.util.StreamMsgLogger.flush C# (CSharp) Method

flush() public method

Writes any buffered data from the print() and println() methods to the device.
public flush ( ) : void
return void
        public virtual void flush()
        {
            out_Renamed.Flush();
        }