Package com.adobe.fontengine.font.mac
Class versResourceHandler
java.lang.Object
com.adobe.internal.mac.resource.BasicResourceHandler
com.adobe.fontengine.font.mac.versResourceHandler
- All Implemented Interfaces:
ResourceParser.ResourceHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddumpInputStreamAsBytes(InputStream stream, PrintStream ps) voidhandleResource(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
-
versResourceHandler
public versResourceHandler()
-
-
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
-
dumpInputStreamAsBytes
- Throws:
IOException
-