System.IKVMInterop.GetJavaReader C# (CSharp) 메소드

GetJavaReader() 정적인 공개 메소드

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