Package | Description |
---|---|
com.aspose.psd.fileformats.psd.layers.layerresources |
Modifier and Type | Method and Description |
---|---|
static IOSTypeStructureLoader |
OSTypeStructuresRegistry.getFirstSupportedDescriptor(InputStream stream)
Gets the first supported opener descriptor.
|
static IOSTypeStructureLoader |
OSTypeStructuresRegistry.getFirstSupportedDescriptorByTypeName(String descriptorTypeName)
Gets the first supported descriptor by its type name.
|
static IOSTypeStructureLoader[] |
OSTypeStructuresRegistry.getRegisteredDescriptors()
Gets the registered descriptors.
|
Modifier and Type | Method and Description |
---|---|
static void |
OSTypeStructuresRegistry.registerOpener(IOSTypeStructureLoader openerDescriptor)
Registers the opener.
|
static void |
OSTypeStructuresRegistry.unregisterOpener(IOSTypeStructureLoader openerDescriptor)
Unregisters the opener.
|