Property | Type | Description | |
---|---|---|---|
CompressedChunks | List |
||
FilePointer | |||
ImageFormat | string | ||
ImageSubformat | string | ||
Size | EQ_Zip.Sizes | ||
Status | System.Result |
Property | Type | Description | |
---|---|---|---|
_AlphaBits | int | ||
_Filename | string | ||
_Image | Image | ||
_IsImageChecked | bool | ||
_IsUncompressed | bool | ||
_Thumbnail | Image | ||
_UncompressedData | byte[] |
Method | Description | |
---|---|---|
AddChunk ( Chunk Chunk ) : void | ||
AsFormat ( string NewFormat, bool ChangeExtension ) : |
||
EQArchiveFile ( ) : System | ||
EQArchiveFile ( string FilePath ) : System | ||
EQArchiveFile ( string Filename, byte Contents ) : System | ||
GetAlphaBits ( ) : int | ||
GetContents ( ) : byte[] | ||
GetImage ( ) : Image | ||
GetThumbnail ( ) : Image | ||
SetContents ( byte Data ) : System.Result | ||
SetImage ( Image NewImage, string Format ) : void | ||
SetThumbnail ( Image Thumbnail ) : void |
public AsFormat ( string NewFormat, bool ChangeExtension ) : |
||
NewFormat | string | |
ChangeExtension | bool | |
return |
public EQArchiveFile ( string FilePath ) : System | ||
FilePath | string | |
return | System |
public EQArchiveFile ( string Filename, byte Contents ) : System | ||
Filename | string | |
Contents | byte | |
return | System |
public SetContents ( byte Data ) : System.Result | ||
Data | byte | |
return | System.Result |
public SetImage ( Image NewImage, string Format ) : void | ||
NewImage | Image | |
Format | string | |
return | void |
public SetThumbnail ( Image Thumbnail ) : void | ||
Thumbnail | Image | |
return | void |