Class CustomAce
Inheritance
System.Object
CustomAce
Assembly: IronZip.dll
Syntax
public sealed class CustomAce : GenericAce
Constructors
CustomAce(AceType, AceFlags, Byte[])
Declaration
public CustomAce(AceType type, AceFlags flags, byte[] opaque)
Parameters
Fields
MaxOpaqueLength
Declaration
public static readonly int MaxOpaqueLength
Field Value
| Type |
Description |
| System.Int32 |
|
Properties
BinaryLength
Declaration
public override int BinaryLength { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Overrides
OpaqueLength
Declaration
public int OpaqueLength { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Methods
Declaration
public override void GetBinaryForm(byte[] binaryForm, int offset)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
binaryForm |
|
| System.Int32 |
offset |
|
Overrides
GetOpaque()
Declaration
public byte[] GetOpaque()
Returns
| Type |
Description |
| System.Byte[] |
|
SetOpaque(Byte[])
Declaration
public void SetOpaque(byte[] opaque)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
opaque |
|