XObjectsGenerator.Update.Update C# (CSharp) Method

Update() public method

public Update ( string filename, global::System.Text encoding )
filename string
encoding global::System.Text
		public Update(string filename, T.Encoding encoding)
		{
			this.filename = filename;
			this.encoding = encoding;
			this.writer = new IO.StreamWriter(this.stream, encoding);
		}