org.carlspring.commons.io.ResourceWithLength Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-io Show documentation
Show all versions of commons-io Show documentation
A set of common IO classes
package org.carlspring.commons.io;
/**
* @author carlspring
*/
public interface ResourceWithLength
{
long getLength();
}