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
public class versResourceHandler extends BasicResourceHandler
-
-
Constructor Summary
Constructors Constructor Description versResourceHandler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
dumpInputStreamAsBytes(java.io.InputStream stream, java.io.PrintStream ps)
void
handleResource(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.ResourceHandler
The 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
public static void dumpInputStreamAsBytes(java.io.InputStream stream, java.io.PrintStream ps) throws java.io.IOException
- Throws:
java.io.IOException
-
-