com.g2forge.alexandria.media.IFileExtensions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ax-media Show documentation
Show all versions of ax-media Show documentation
Media types and file extensions.
package com.g2forge.alexandria.media;
public interface IFileExtensions {
public String getDefaultExtension();
public boolean isMatch(String extension);
}