Table of Contents

Class MidiFileReader

Namespace
Javax.Sound.Midi.Spi
Assembly
MASES.JNet.dll
public class MidiFileReader : JVMBridgeBase<MidiFileReader>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
MidiFileReader
Implements
Inherited Members
Extension Methods

Constructors

MidiFileReader()

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

[Obsolete("MidiFileReader 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 MidiFileReader()

MidiFileReader(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("MidiFileReader 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 MidiFileReader(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

GetMidiFileFormat(File)

public MidiFileFormat GetMidiFileFormat(File arg0)

Parameters

arg0 File

File

Returns

MidiFileFormat

MidiFileFormat

Exceptions

InvalidMidiDataException
IOException

GetMidiFileFormat(InputStream)

public MidiFileFormat GetMidiFileFormat(InputStream arg0)

Parameters

arg0 InputStream

InputStream

Returns

MidiFileFormat

MidiFileFormat

Exceptions

InvalidMidiDataException
IOException

GetMidiFileFormat(URL)

public MidiFileFormat GetMidiFileFormat(URL arg0)

Parameters

arg0 URL

URL

Returns

MidiFileFormat

MidiFileFormat

Exceptions

InvalidMidiDataException
IOException

GetSequence(File)

public Sequence GetSequence(File arg0)

Parameters

arg0 File

File

Returns

Sequence

Sequence

Exceptions

InvalidMidiDataException
IOException

GetSequence(InputStream)

public Sequence GetSequence(InputStream arg0)

Parameters

arg0 InputStream

InputStream

Returns

Sequence

Sequence

Exceptions

InvalidMidiDataException
IOException

GetSequence(URL)

public Sequence GetSequence(URL arg0)

Parameters

arg0 URL

URL

Returns

Sequence

Sequence

Exceptions

InvalidMidiDataException
IOException