C# Class Nintenlord.Compressor.Compressions.FEDS_portrait_compression

Inheritance: Compression
Show file Open project: Diegoisawesome/AwesomeMapEditor-old

Public Methods

Method 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 method

public CanBeDecompressed ( byte data ) : bool
data byte
return bool

CanBeDecompressed() public method

public CanBeDecompressed ( byte data, int offset ) : bool
data byte
offset int
return bool

CanBeDecompressed() public method

public CanBeDecompressed ( byte data, int offset, int maxLength, int minLength ) : bool
data byte
offset int
maxLength int
minLength int
return bool

Compress() public method

public Compress ( byte data ) : byte[]
data byte
return byte[]

Compress() public method

public Compress ( byte data, int offset ) : byte[]
data byte
offset int
return byte[]

Compress() public method

public Compress ( byte data, int offset, int length ) : byte[]
data byte
offset int
length int
return byte[]

CompressedLength() public method

public CompressedLength ( byte data ) : int
data byte
return int

CompressedLength() public method

public CompressedLength ( byte data, int offset ) : int
data byte
offset int
return int

Decompress() public method

public Decompress ( byte data ) : byte[]
data byte
return byte[]

Decompress() public method

public Decompress ( byte data, int offset ) : byte[]
data byte
offset int
return byte[]

DecompressedDataLenght() public method

public DecompressedDataLenght ( byte data ) : int
data byte
return int

DecompressedDataLenght() public method

public DecompressedDataLenght ( byte data, int offset ) : int
data byte
offset int
return int

FEDS_portrait_compression() public method

public FEDS_portrait_compression ( ) : System
return System

Scan() public method

public Scan ( byte data, int sizeMax, int sizeMin, int sizeModulus ) : int[]
data byte
sizeMax int
sizeMin int
sizeModulus int
return int[]

Scan() public method

public Scan ( byte data, int offset, int sizeMax, int sizeMin, int sizeModulus ) : int[]
data byte
offset int
sizeMax int
sizeMin int
sizeModulus int
return int[]

Scan() public method

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
return int[]