C# Class Nintenlord.Compressor.Compressions.FEDS_portrait_compression

Inheritance: Compression
Afficher le fichier Open project: Diegoisawesome/AwesomeMapEditor-old

Méthodes publiques

Méthode Description
CanBeDecompressed ( byte data ) : bool
CanBeDecompressed ( byte data, int offset ) : bool
CanBeDecompressed ( byte data, int offset, int maxLength, int minLength ) : bool
Compress ( byte data ) : byte[]
Compress ( byte data, int offset ) : byte[]
Compress ( byte data, int offset, int length ) : byte[]
CompressedLength ( byte data ) : int
CompressedLength ( byte data, int offset ) : int
Decompress ( byte data ) : byte[]
Decompress ( byte data, int offset ) : byte[]
DecompressedDataLenght ( byte data ) : int
DecompressedDataLenght ( byte data, int offset ) : int
FEDS_portrait_compression ( ) : System
Scan ( byte data, int sizeMax, int sizeMin, int sizeModulus ) : int[]
Scan ( byte data, int offset, int sizeMax, int sizeMin, int sizeModulus ) : int[]
Scan ( byte data, int offset, int length, int sizeMax, int sizeMin, int sizeModulus ) : int[]

Method Details

CanBeDecompressed() public méthode

public CanBeDecompressed ( byte data ) : bool
data byte
Résultat bool

CanBeDecompressed() public méthode

public CanBeDecompressed ( byte data, int offset ) : bool
data byte
offset int
Résultat bool

CanBeDecompressed() public méthode

public CanBeDecompressed ( byte data, int offset, int maxLength, int minLength ) : bool
data byte
offset int
maxLength int
minLength int
Résultat bool

Compress() public méthode

public Compress ( byte data ) : byte[]
data byte
Résultat byte[]

Compress() public méthode

public Compress ( byte data, int offset ) : byte[]
data byte
offset int
Résultat byte[]

Compress() public méthode

public Compress ( byte data, int offset, int length ) : byte[]
data byte
offset int
length int
Résultat byte[]

CompressedLength() public méthode

public CompressedLength ( byte data ) : int
data byte
Résultat int

CompressedLength() public méthode

public CompressedLength ( byte data, int offset ) : int
data byte
offset int
Résultat int

Decompress() public méthode

public Decompress ( byte data ) : byte[]
data byte
Résultat byte[]

Decompress() public méthode

public Decompress ( byte data, int offset ) : byte[]
data byte
offset int
Résultat byte[]

DecompressedDataLenght() public méthode

public DecompressedDataLenght ( byte data ) : int
data byte
Résultat int

DecompressedDataLenght() public méthode

public DecompressedDataLenght ( byte data, int offset ) : int
data byte
offset int
Résultat int

FEDS_portrait_compression() public méthode

public FEDS_portrait_compression ( ) : System
Résultat System

Scan() public méthode

public Scan ( byte data, int sizeMax, int sizeMin, int sizeModulus ) : int[]
data byte
sizeMax int
sizeMin int
sizeModulus int
Résultat int[]

Scan() public méthode

public Scan ( byte data, int offset, int sizeMax, int sizeMin, int sizeModulus ) : int[]
data byte
offset int
sizeMax int
sizeMin int
sizeModulus int
Résultat int[]

Scan() public méthode

public Scan ( byte data, int offset, int length, int sizeMax, int sizeMin, int sizeModulus ) : int[]
data byte
offset int
length int
sizeMax int
sizeMin int
sizeModulus int
Résultat int[]