AssetPackager.ScriptDeferFilter.Flush C# (CSharp) Method

Flush() public method

Clears all buffers for this stream and causes any buffered data to be written to the underlying device.
public Flush ( ) : void
return void
		public override void Flush()
		{
			FlushPendingBuffer();
			_responseStream.Flush();
		}