Package com.adobe.fontengine.font.mac
Class sfntResourceHandler
java.lang.Object
com.adobe.internal.mac.resource.BasicResourceHandler
com.adobe.fontengine.font.mac.sfntResourceHandler
- 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
-
sfntResourceHandler
public sfntResourceHandler() -
sfntResourceHandler
public sfntResourceHandler(int idToCreate)
-
-
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
-
getResources
-