public class versResourceHandler extends BasicResourceHandler
| Constructor and Description |
|---|
versResourceHandler() |
| Modifier and Type | Method and Description |
|---|---|
static void |
dumpInputStreamAsBytes(InputStream stream,
PrintStream ps) |
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 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 static void dumpInputStreamAsBytes(InputStream stream, PrintStream ps) throws IOException
IOExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved