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

org.archive.hadoop.ResourceContext Maven / Gradle / Ivy

There is a newer version: 1.1.9
Show newest version
package org.archive.hadoop;

public class ResourceContext {
	public String name;
	public long offset;
	public ResourceContext(String name, long offset) {
		this.name = name;
		this.offset = offset;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy