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

com.chimpcentral.archive.SourceFile Maven / Gradle / Ivy

There is a newer version: 2.5.1
Show newest version
package com.chimpcentral.archive;

import java.io.IOException;

import com.chimpcentral.io.FileStatus;
import com.chimpcentral.io.FlatFile;

public class SourceFile extends FlatFile {

	public SourceFile(String resourcesDir, String filename) throws IOException {
		super(resourcesDir + "/" + filename, FileStatus.EXISTING);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy