System.IKVMInterop.GetJavaReader C# (CSharp) Method

GetJavaReader() static public method

static public GetJavaReader ( this This ) : java.io.Reader
This this
return java.io.Reader
		static public java.io.Reader GetJavaReader(this TextReader This)
		{
			return new IKVMReader(This);
		}