public static interface ResourceParser.ResourceHandler
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getResourceType()
Get the resource type supported by this resource handler.
|
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.
|
void handleResource(ResourceParser.ResourceEntry entry, long length, InputStream stream)
entry - the information about this resourcelength - the length of the data streamstream - the data streambyte[] getResourceType()
Copyright © 2010 - 2020 Adobe. All Rights Reserved