Package | Description |
---|---|
com.aspose.cad |
Modifier and Type | Method and Description |
---|---|
static IImageLoaderDescriptor |
ImageLoadersRegistry.getFirstSupportedDescriptor(InputStream stream,
LoadOptions loadOptions)
Gets the fist found supported descriptor suitable for the specified
stream and optionally the loadOptions . |
static IImageLoaderDescriptor |
ImageLoadersRegistry.getFirstSupportedDescriptor(InputStream stream,
LoadOptions loadOptions,
boolean releaseSyncStream)
Gets the fist found supported descriptor suitable for the specified
stream and optionally the loadOptions . |
static IImageLoaderDescriptor |
ImageLoadersRegistry.getFirstSupportedDescriptorByTypeName(String descriptorTypeName)
Gets the first supported descriptor by its type name.
|
static IImageLoaderDescriptor[] |
ImageLoadersRegistry.getRegisteredDescriptors()
Gets the registered descriptors.
|
Modifier and Type | Method and Description |
---|---|
static void |
ImageLoadersRegistry.registerLoader(IImageLoaderDescriptor loaderDescriptor)
Registers the loader.
|
static void |
ImageLoadersRegistry.unregisterLoader(IImageLoaderDescriptor loaderDescriptor)
Unregisters the loader.
|