IResourceType
public interface IResourceType
Represents one instance of the unknown resource type/format (image, font, text)
Methods
Method | Description |
---|---|
getFormalName() | Formal name of the resource type |
getFileExtension() | File extension for the specified resource type without dot divider |
getMimeCode() | MIME code for the specific resource type |
getFormalName()
public abstract String getFormalName()
Formal name of the resource type
Returns: java.lang.String
getFileExtension()
public abstract String getFileExtension()
File extension for the specified resource type without dot divider
Returns: java.lang.String
getMimeCode()
public abstract String getMimeCode()
MIME code for the specific resource type
Returns: java.lang.String