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

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

// FileInput.java
// This file contains generated code and will be overwritten when you rerun code generation.package com.altova.io;

package com.altova.io;

public class FileInput extends StreamInput 
{
	private String filename;
	public FileInput(String filename) throws Exception
	{
		super(new java.io.FileInputStream(filename));
		this.filename = filename;
	}
	
	public String getFilename() {return filename;}
	public void close() throws Exception {getStream().close();}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy