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
public class FONDResourceHandler extends BasicResourceHandler
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFONDResourceHandler.Association
-
Constructor Summary
Constructors Constructor Description FONDResourceHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<FONDResourceHandler.Association>getAssociations()voidhandleResource(ResourceParser.ResourceEntry entry, long length, java.io.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
-
-
-
-
Method Detail
-
handleResource
public void handleResource(ResourceParser.ResourceEntry entry, long length, java.io.InputStream stream)
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
public java.util.Set<FONDResourceHandler.Association> getAssociations()
-
-