Class ZipEntry
public class ZipEntry : JVMBridgeBase<ZipEntry>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ICloneable
- Inheritance
-
ZipEntry
- Implements
- Derived
- Extension Methods
Constructors
ZipEntry(String)
public ZipEntry(String arg0)
Parameters
ZipEntry(ZipEntry)
public ZipEntry(ZipEntry arg0)
Parameters
ZipEntry(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ZipEntry(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
DEFLATED
public static int DEFLATED { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
STORED
public static int STORED { get; set; }
Property Value
Methods
CreatePoolableInstance(String)
HPA initializer for ZipEntry(Java.Lang.String arg0)
public static ZipEntry CreatePoolableInstance(String arg0)
Parameters
arg0String
Returns
CreatePoolableInstance(ZipEntry)
HPA initializer for ZipEntry(Java.Util.Zip.ZipEntry arg0)
public static ZipEntry CreatePoolableInstance(ZipEntry arg0)
Parameters
arg0ZipEntry
Returns
GetComment()
public String GetComment()
Returns
GetCompressedSize()
public long GetCompressedSize()
Returns
GetCrc()
public long GetCrc()
Returns
GetCreationTime()
public FileTime GetCreationTime()
Returns
GetExtra()
public byte[] GetExtra()
Returns
GetLastAccessTime()
public FileTime GetLastAccessTime()
Returns
GetLastModifiedTime()
public FileTime GetLastModifiedTime()
Returns
GetMethod()
public int GetMethod()
Returns
GetName()
public String GetName()
Returns
GetSize()
public long GetSize()
Returns
GetTime()
public long GetTime()
Returns
GetTimeLocal()
public LocalDateTime GetTimeLocal()
Returns
IsDirectory()
public bool IsDirectory()
Returns
SetComment(String)
public void SetComment(String arg0)
Parameters
SetCompressedSize(long)
public void SetCompressedSize(long arg0)
Parameters
SetCrc(long)
public void SetCrc(long arg0)
Parameters
SetCreationTime(FileTime)
public ZipEntry SetCreationTime(FileTime arg0)
Parameters
Returns
SetExtra(byte[])
public void SetExtra(byte[] arg0)
Parameters
SetLastAccessTime(FileTime)
public ZipEntry SetLastAccessTime(FileTime arg0)
Parameters
Returns
SetLastModifiedTime(FileTime)
public ZipEntry SetLastModifiedTime(FileTime arg0)
Parameters
Returns
SetMethod(int)
public void SetMethod(int arg0)
Parameters
SetSize(long)
public void SetSize(long arg0)
Parameters
SetTime(long)
public void SetTime(long arg0)
Parameters
SetTimeLocal(LocalDateTime)
public void SetTimeLocal(LocalDateTime arg0)
Parameters
Operators
implicit operator Cloneable(ZipEntry)
public static implicit operator Cloneable(ZipEntry t)
Parameters
tZipEntry