Table of Contents

Class JarFile

Namespace
Java.Util.Jar
Assembly
MASES.JNet.dll
public class JarFile : ZipFile, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<ZipFile>
JarFile
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<ZipFile>.IsAssignableFrom(IJavaType)
JVMBridgeBase<ZipFile>.IsAssignableFrom<T>()
JVMBridgeBase<ZipFile>.Execute<T>(params T[])
JVMBridgeBase<ZipFile>.DynBridgeClazz
JVMBridgeBase<ZipFile>.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

JarFile()

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

public JarFile()

JarFile(File)

public JarFile(File arg0)

Parameters

arg0 File

File

Exceptions

IOException

JarFile(File, bool)

public JarFile(File arg0, bool arg1)

Parameters

arg0 File

File

arg1 bool

bool

Exceptions

IOException

JarFile(File, bool, int)

public JarFile(File arg0, bool arg1, int arg2)

Parameters

arg0 File

File

arg1 bool

bool

arg2 int

int

Exceptions

IOException

JarFile(File, bool, int, Version)

public JarFile(File arg0, bool arg1, int arg2, Runtime.Version arg3)

Parameters

arg0 File

File

arg1 bool

bool

arg2 int

int

arg3 Runtime.Version

Runtime.Version

Exceptions

IOException

JarFile(String)

public JarFile(String arg0)

Parameters

arg0 String

String

Exceptions

IOException

JarFile(String, bool)

public JarFile(String arg0, bool arg1)

Parameters

arg0 String

String

arg1 bool

bool

Exceptions

IOException

JarFile(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

public JarFile(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { 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

MANIFEST_NAME

public static String MANIFEST_NAME { get; }

Property Value

String

Manifest

public Manifest Manifest { get; }

Property Value

Manifest

Version

public Runtime.Version Version { get; }

Property Value

Runtime.Version

Methods

BaseVersion()

public static Runtime.Version BaseVersion()

Returns

Runtime.Version

Runtime.Version

GetJarEntry(String)

public JarEntry GetJarEntry(String arg0)

Parameters

arg0 String

String

Returns

JarEntry

JarEntry

IsMultiRelease()

public bool IsMultiRelease()

Returns

bool

bool

RuntimeVersion()

public static Runtime.Version RuntimeVersion()

Returns

Runtime.Version

Runtime.Version

VersionedStream()

public Stream<JarEntry> VersionedStream()

Returns

Stream<JarEntry>

Stream