C# Class NScumm.Sky.Compact

Show file Open project: scemino/nscumm Class Usage Examples

Public Properties

Property Type Description
Core CompactCore

Public Methods

Method Description
Compact ( byte data ) : System
Patch ( byte data, int offset, int destOffset, int length ) : void

Method Details

Compact() public method

public Compact ( byte data ) : System
data byte
return System

Patch() public method

public Patch ( byte data, int offset, int destOffset, int length ) : void
data byte
offset int
destOffset int
length int
return void

Property Details

Core public property

public CompactCore,NScumm.Sky Core
return CompactCore