C# Класс Nanook.TheGhost.Plugins.Ima

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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