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

com.github.paganini2008.devtools.io.FileInfo Maven / Gradle / Ivy

There is a newer version: 2.0.5
Show newest version
package com.github.paganini2008.devtools.io;

import java.io.File;

/**
 * 
 * FileInfo
 * 
 * @author Fred Feng
 * @revised 2019-05
 * @created 2013-06
 * @version 1.0
 */
public interface FileInfo {

	File getFile();

	int getFileCount();

	int getFolderCount();

	long getLength();

	float getCompletedRatio();

	long getElapsed();

	boolean isFinished();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy