System.IKVMInterop.GetJavaWriter C# (CSharp) Method

GetJavaWriter() static public method

static public GetJavaWriter ( this This ) : java.io.Writer
This this
return java.io.Writer
		static public java.io.Writer GetJavaWriter(this TextWriter This)
		{
			return new IKVMWriter(This);
		}
	}