IResourceType
Leave feedback
On this page
public interface IResourceType
Represents one instance of the unknown resource type/format (image, font, text)
| 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 |
public abstract String getFormalName()
Formal name of the resource type
Returns: java.lang.String
public abstract String getFileExtension()
File extension for the specified resource type without dot divider
Returns: java.lang.String
public abstract String getMimeCode()
MIME code for the specific resource type
Returns: java.lang.String
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.