All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.adobe.internal.mac.resource.BasicResourceHandler Maven / Gradle / Ivy

There is a newer version: 2024.11.18751.20241128T090041Z-241100
Show newest version
package com.adobe.internal.mac.resource;

import com.adobe.internal.mac.resource.ResourceParser.ResourceHandler;

abstract public class BasicResourceHandler implements ResourceHandler 
{
	private byte[] resourceType;

	public BasicResourceHandler(byte[] handlerType) 
	{
		this.resourceType = handlerType;
	}

	public byte[] getResourceType()
	{
		return this.resourceType;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy