C# 클래스 Nanook.TheGhost.Plugins.Ima

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

공개 메소드들

메소드 설명
Decode ( string srcPath, string dstPath ) : void
Encode ( string srcPath, string dstPath, bool forceMono ) : void

비공개 메소드들

메소드 설명
DecodeBlock ( Stream s, int src ) : byte[]
EncodeBlock ( Stream s ) : byte[]
ReadBytes ( Stream s, int length ) : byte[]
ReadID ( Stream s ) : string
ReadInt16 ( Stream s ) : short
ReadInt32 ( Stream s ) : int
ReadUInt16 ( Stream s ) : ushort
ReadUInt32 ( Stream s ) : uint
readHeader ( Stream stream, bool forDecode, bool forceMonoEncode ) : int

메소드 상세

Decode() 공개 메소드

public Decode ( string srcPath, string dstPath ) : void
srcPath string
dstPath string
리턴 void

Encode() 공개 메소드

public Encode ( string srcPath, string dstPath, bool forceMono ) : void
srcPath string
dstPath string
forceMono bool
리턴 void