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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Get the resource type supported by this resource handler.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.adobe.internal.mac.resource.ResourceParser.ResourceHandler
handleResource
-
Constructor Details
-
BasicResourceHandler
public BasicResourceHandler(byte[] handlerType)
-
-
Method Details
-
getResourceType
public byte[] getResourceType()Description copied from interface:ResourceParser.ResourceHandlerGet the resource type supported by this resource handler.- Specified by:
getResourceTypein interfaceResourceParser.ResourceHandler- Returns:
- the resource type supported by this handler
-