Свойство | Тип | Описание | |
---|---|---|---|
CompressedChunks | List |
||
FilePointer | |||
ImageFormat | string | ||
ImageSubformat | string | ||
Size | EQ_Zip.Sizes | ||
Status | System.Result |
Свойство | Тип | Описание | |
---|---|---|---|
_AlphaBits | int | ||
_Filename | string | ||
_Image | Image | ||
_IsImageChecked | bool | ||
_IsUncompressed | bool | ||
_Thumbnail | Image | ||
_UncompressedData | byte[] |
Метод | Описание | |
---|---|---|
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 | |
Результат |
public EQArchiveFile ( string FilePath ) : System | ||
FilePath | string | |
Результат | System |
public EQArchiveFile ( string Filename, byte Contents ) : System | ||
Filename | string | |
Contents | byte | |
Результат | System |
public SetContents ( byte Data ) : System.Result | ||
Data | byte | |
Результат | System.Result |
public SetImage ( Image NewImage, string Format ) : void | ||
NewImage | Image | |
Format | string | |
Результат | void |
public SetThumbnail ( Image Thumbnail ) : void | ||
Thumbnail | Image | |
Результат | void |