![JAR search and dependency download from the Maven repository](/logo.png)
be.yildizgames.module.vfs.dummy.DummyVfsFile Maven / Gradle / Ivy
The newest version!
package be.yildizgames.module.vfs.dummy;
import be.yildizgames.module.vfs.VfsFile;
/**
* @author Grégory Van den Borre
*/
public class DummyVfsFile implements VfsFile {
@Override
public long getSize() {
return 0;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy