C# 클래스 EQ_Zip.EQArchiveFile

파일 보기 프로젝트 열기: Shendare/EQZip 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CompressedChunks List
FilePointer System.UInt32
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
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

메소드 상세

AddChunk() 공개 메소드

public AddChunk ( Chunk Chunk ) : void
Chunk Chunk
리턴 void

AsFormat() 공개 메소드

public AsFormat ( string NewFormat, bool ChangeExtension ) : EQArchiveFile
NewFormat string
ChangeExtension bool
리턴 EQArchiveFile

EQArchiveFile() 공개 메소드

public EQArchiveFile ( ) : System
리턴 System

EQArchiveFile() 공개 메소드

public EQArchiveFile ( string FilePath ) : System
FilePath string
리턴 System

EQArchiveFile() 공개 메소드

public EQArchiveFile ( string Filename, byte Contents ) : System
Filename string
Contents byte
리턴 System

GetAlphaBits() 공개 메소드

public GetAlphaBits ( ) : int
리턴 int

GetContents() 공개 메소드

public GetContents ( ) : byte[]
리턴 byte[]

GetImage() 공개 메소드

public GetImage ( ) : Image
리턴 Image

GetThumbnail() 공개 메소드

public GetThumbnail ( ) : Image
리턴 Image

SetContents() 공개 메소드

public SetContents ( byte Data ) : System.Result
Data byte
리턴 System.Result

SetImage() 공개 메소드

public SetImage ( Image NewImage, string Format ) : void
NewImage Image
Format string
리턴 void

SetThumbnail() 공개 메소드

public SetThumbnail ( Image Thumbnail ) : void
Thumbnail Image
리턴 void

프로퍼티 상세

CompressedChunks 공개적으로 프로퍼티

public List CompressedChunks
리턴 List

FilePointer 공개적으로 프로퍼티

public UInt32,System FilePointer
리턴 System.UInt32

ImageFormat 공개적으로 프로퍼티

public string ImageFormat
리턴 string

ImageSubformat 공개적으로 프로퍼티

public string ImageSubformat
리턴 string

Size 공개적으로 프로퍼티

public Sizes,EQ_Zip Size
리턴 EQ_Zip.Sizes

Status 공개적으로 프로퍼티

public Result,System Status
리턴 System.Result

_AlphaBits 보호되어 있는 프로퍼티

protected int _AlphaBits
리턴 int

_Filename 보호되어 있는 프로퍼티

protected string _Filename
리턴 string

_Image 보호되어 있는 프로퍼티

protected Image _Image
리턴 Image

_IsImageChecked 보호되어 있는 프로퍼티

protected bool _IsImageChecked
리턴 bool

_IsUncompressed 보호되어 있는 프로퍼티

protected bool _IsUncompressed
리턴 bool

_Thumbnail 보호되어 있는 프로퍼티

protected Image _Thumbnail
리턴 Image

_UncompressedData 보호되어 있는 프로퍼티

protected byte[] _UncompressedData
리턴 byte[]