Package com.adobe.internal.mac.resource
Class BasicResourceHandler
- java.lang.Object
-
- com.adobe.internal.mac.resource.BasicResourceHandler
-
- All Implemented Interfaces:
ResourceParser.ResourceHandler
- Direct Known Subclasses:
FONDResourceHandler
,sfntResourceHandler
,versResourceHandler
public abstract class BasicResourceHandler extends java.lang.Object implements ResourceParser.ResourceHandler
-
-
Constructor Summary
Constructors Constructor Description BasicResourceHandler(byte[] handlerType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getResourceType()
Get the resource type supported by this resource handler.-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.adobe.internal.mac.resource.ResourceParser.ResourceHandler
handleResource
-
-
-
-
Method Detail
-
getResourceType
public byte[] getResourceType()
Description copied from interface:ResourceParser.ResourceHandler
Get the resource type supported by this resource handler.- Specified by:
getResourceType
in interfaceResourceParser.ResourceHandler
- Returns:
- the resource type supported by this handler
-
-