Package com.adobe.fontengine.font.mac
Class FONDResourceHandler
java.lang.Object
com.adobe.internal.mac.resource.BasicResourceHandler
com.adobe.fontengine.font.mac.FONDResourceHandler
- All Implemented Interfaces:
ResourceParser.ResourceHandler
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleResource(ResourceParser.ResourceEntry entry, long length, InputStream stream) The callback that is executed when a resource of the type supported by this handler is encountered in a resource file.Methods inherited from class com.adobe.internal.mac.resource.BasicResourceHandler
getResourceType
-
Constructor Details
-
FONDResourceHandler
public FONDResourceHandler()
-
-
Method Details
-
handleResource
Description copied from interface:ResourceParser.ResourceHandlerThe callback that is executed when a resource of the type supported by this handler is encountered in a resource file.- Parameters:
entry- the information about this resourcelength- the length of the data streamstream- the data stream
-
getAssociations
-