C# Class FarExtractor.Form1

Inheritance: System.Windows.Forms.Form
Show file Open project: Afr0Games/Project-Dollhouse

Public Methods

Method Description
Form1 ( ) : System

Private Methods

Method Description
Decompress ( BinaryReader Reader, FarExtractor.Far3Entry Entry ) : byte[]
DetermineArchiveType ( string Path ) : ArchiveType
OpenDBPF ( string Path ) : void
OpenDatArchive ( string Path ) : void
OpenFARArchive ( string Path ) : void
aboutToolStripMenuItem1_Click ( object sender, EventArgs e ) : void

User clicked the 'About' menu option in the 'Help' menu.

extractFARArchiveToolStripMenuItem_Click ( object sender, EventArgs e ) : void

User clicked on the 'Extract archive...' menu option.

openFARArchiveToolStripMenuItem_Click ( object sender, EventArgs e ) : void

The user clicked on the 'Open archive' menu item in the 'File' menu.

Method Details

Form1() public method

public Form1 ( ) : System
return System