CSJ2K.j2k.util.StreamMsgLogger.flush C# (CSharp) 메소드

flush() 공개 메소드

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