C# Class EQ_Zip.EQArchiveFile

Mostrar archivo Open project: Shendare/EQZip Class Usage Examples

Public Properties

Property Type Description
CompressedChunks List
FilePointer System.UInt32
ImageFormat string
ImageSubformat string
Size EQ_Zip.Sizes
Status System.Result

Protected Properties

Property Type Description
_AlphaBits int
_Filename string
_Image Image
_IsImageChecked bool
_IsUncompressed bool
_Thumbnail Image
_UncompressedData byte[]

Public Methods

Method Description
AddChunk ( Chunk Chunk ) : void
AsFormat ( string NewFormat, bool ChangeExtension ) : EQArchiveFile
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

Method Details

AddChunk() public method

public AddChunk ( Chunk Chunk ) : void
Chunk Chunk
return void

AsFormat() public method

public AsFormat ( string NewFormat, bool ChangeExtension ) : EQArchiveFile
NewFormat string
ChangeExtension bool
return EQArchiveFile

EQArchiveFile() public method

public EQArchiveFile ( ) : System
return System

EQArchiveFile() public method

public EQArchiveFile ( string FilePath ) : System
FilePath string
return System

EQArchiveFile() public method

public EQArchiveFile ( string Filename, byte Contents ) : System
Filename string
Contents byte
return System

GetAlphaBits() public method

public GetAlphaBits ( ) : int
return int

GetContents() public method

public GetContents ( ) : byte[]
return byte[]

GetImage() public method

public GetImage ( ) : Image
return Image

GetThumbnail() public method

public GetThumbnail ( ) : Image
return Image

SetContents() public method

public SetContents ( byte Data ) : System.Result
Data byte
return System.Result

SetImage() public method

public SetImage ( Image NewImage, string Format ) : void
NewImage Image
Format string
return void

SetThumbnail() public method

public SetThumbnail ( Image Thumbnail ) : void
Thumbnail Image
return void

Property Details

CompressedChunks public_oe property

public List CompressedChunks
return List

FilePointer public_oe property

public UInt32,System FilePointer
return System.UInt32

ImageFormat public_oe property

public string ImageFormat
return string

ImageSubformat public_oe property

public string ImageSubformat
return string

Size public_oe property

public Sizes,EQ_Zip Size
return EQ_Zip.Sizes

Status public_oe property

public Result,System Status
return System.Result

_AlphaBits protected_oe property

protected int _AlphaBits
return int

_Filename protected_oe property

protected string _Filename
return string

_Image protected_oe property

protected Image _Image
return Image

_IsImageChecked protected_oe property

protected bool _IsImageChecked
return bool

_IsUncompressed protected_oe property

protected bool _IsUncompressed
return bool

_Thumbnail protected_oe property

protected Image _Thumbnail
return Image

_UncompressedData protected_oe property

protected byte[] _UncompressedData
return byte[]