All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.altova.io.ReaderInput Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
// ReaderInput.java
// This file contains generated code and will be overwritten when you rerun code generation.package com.altova.io;

package com.altova.io;

import java.io.Reader;

public class ReaderInput extends Input
{
	private Reader reader;
	
	public ReaderInput(Reader reader)
	{
		super(Input.IO_READER);
		this.reader = reader;
	}
	
	public Reader getReader() {return reader;}
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy