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

com.emc.mongoose.common.io.bin.file.FileItemOutput Maven / Gradle / Ivy

The newest version!
package com.emc.mongoose.common.io.bin.file;

import com.emc.mongoose.common.io.Output;

import java.nio.file.Path;

/**
 Created by kurila on 11.08.15.
 */
public interface FileItemOutput
extends Output {
	Path getFilePath();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy