public class sfntResourceHandler extends BasicResourceHandler
| Modifier and Type | Class and Description |
|---|---|
static class |
sfntResourceHandler.SfntResource |
| Constructor and Description |
|---|
sfntResourceHandler() |
sfntResourceHandler(int idToCreate) |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,sfntResourceHandler.SfntResource> |
getResources() |
void |
handleResource(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.
|
getResourceTypepublic sfntResourceHandler()
public sfntResourceHandler(int idToCreate)
public void handleResource(ResourceParser.ResourceEntry entry, long length, InputStream stream)
ResourceParser.ResourceHandlerentry - the information about this resourcelength - the length of the data streamstream - the data streampublic Map<Integer,sfntResourceHandler.SfntResource> getResources()
Copyright © 2010 - 2020 Adobe. All Rights Reserved