Table of Contents

Class JarPatcher

Namespace: CmlLib.Core.Installer.Forge.Installers
Assembly: CmlLib.Core.Installer.Forge.dll

public class JarPatcher : IDisposable

Inheritance

objectJarPatcher

Implements

IDisposable

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

JarPatcher(string)

public JarPatcher(string path)

Parameters

path string

Properties

ExtractedPath

public string ExtractedPath { get; }

Property Value

string

Methods

CompressToJar(string)

public void CompressToJar(string jarPath)

Parameters

jarPath string

DeleteMetaInf()

public void DeleteMetaInf()

Dispose(bool)

protected virtual void Dispose(bool disposing)

Parameters

disposing bool

Dispose()

public void Dispose()

Extract(string)

public static JarPatcher Extract(string jarPath)

Parameters

jarPath string

Returns

JarPatcher

~JarPatcher()

protected ~JarPatcher()