Table of Contents

Class ImageReaderWriterSpi

Namespace
Javax.Imageio.Spi
Assembly
MASES.JNet.dll
public class ImageReaderWriterSpi : IIOServiceProvider, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IRegisterableService
Inheritance
JVMBridgeBase
JVMBridgeBase<RegisterableService>
ImageReaderWriterSpi
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeBase<RegisterableService>.IsAssignableFrom(IJavaType)
JVMBridgeBase<RegisterableService>.IsAssignableFrom<T>()
JVMBridgeBase<RegisterableService>.Execute<T>(params T[])
JVMBridgeBase<RegisterableService>.DynBridgeClazz
JVMBridgeBase<RegisterableService>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

ImageReaderWriterSpi()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("ImageReaderWriterSpi class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ImageReaderWriterSpi()

ImageReaderWriterSpi(String, String, String[], String[], String[], String, bool, String, String, String[], String[], bool, String, String, String[], String[])

public ImageReaderWriterSpi(String arg0, String arg1, String[] arg2, String[] arg3, String[] arg4, String arg5, bool arg6, String arg7, String arg8, String[] arg9, String[] arg10, bool arg11, String arg12, String arg13, String[] arg14, String[] arg15)

Parameters

arg0 String

String

arg1 String

String

arg2 String[]

String

arg3 String[]

String

arg4 String[]

String

arg5 String

String

arg6 bool

bool

arg7 String

String

arg8 String

String

arg9 String[]

String

arg10 String[]

String

arg11 bool

bool

arg12 String

String

arg13 String

String

arg14 String[]

String

arg15 String[]

String

ImageReaderWriterSpi(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

[Obsolete("ImageReaderWriterSpi class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ImageReaderWriterSpi(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

ExtraImageMetadataFormatNames

public String[] ExtraImageMetadataFormatNames { get; }

Property Value

String[]

ExtraStreamMetadataFormatNames

public String[] ExtraStreamMetadataFormatNames { get; }

Property Value

String[]

FileSuffixes

public String[] FileSuffixes { get; }

Property Value

String[]

FormatNames

public String[] FormatNames { get; }

Property Value

String[]

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

MIMETypes

public String[] MIMETypes { get; }

Property Value

String[]

NativeImageMetadataFormatName

public String NativeImageMetadataFormatName { get; }

Property Value

String

NativeStreamMetadataFormatName

public String NativeStreamMetadataFormatName { get; }

Property Value

String

PluginClassName

public String PluginClassName { get; }

Property Value

String

Methods

GetImageMetadataFormat(String)

public IIOMetadataFormat GetImageMetadataFormat(String arg0)

Parameters

arg0 String

String

Returns

IIOMetadataFormat

IIOMetadataFormat

GetStreamMetadataFormat(String)

public IIOMetadataFormat GetStreamMetadataFormat(String arg0)

Parameters

arg0 String

String

Returns

IIOMetadataFormat

IIOMetadataFormat

IsStandardImageMetadataFormatSupported()

public bool IsStandardImageMetadataFormatSupported()

Returns

bool

bool

IsStandardStreamMetadataFormatSupported()

public bool IsStandardStreamMetadataFormatSupported()

Returns

bool

bool