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

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