C# Class Nanook.TheGhost.WiiIso

ファイルを表示 Open project: Nanook/TheGHOST

Public Methods

Method Description
BuildPartition ( string partitionBinFilename, string mainDolFilename, string appLoaderImgFilename, string bi2BinFilename, string bootBinFilename, string sourceDirectory, string partitionFilename, bool deleteWhileBuilding ) : void

Private Methods

Method Description
WiiIso ( ) : System
compareNamesALessThanB ( string a, string b ) : bool

Compare filenames if chars are not a-z 0-9 then they are deemed to be less then a-z0-9 chars.

copyStream ( Stream input, Stream output, int padBlockSize ) : void
copyStream ( string filename, Stream output, int padBlockSize ) : void
recurseFiles ( bool isRoot, DirectoryInfo dir, BinaryEndianWriter bwFst, BinaryEndianWriter bwStr, ulong &totalSize, uint parentDirectory, Stream stream, ulong dataOffset, bool deleteWhileBuilding ) : uint

Method Details

BuildPartition() public static method

public static BuildPartition ( string partitionBinFilename, string mainDolFilename, string appLoaderImgFilename, string bi2BinFilename, string bootBinFilename, string sourceDirectory, string partitionFilename, bool deleteWhileBuilding ) : void
partitionBinFilename string
mainDolFilename string
appLoaderImgFilename string
bi2BinFilename string
bootBinFilename string
sourceDirectory string
partitionFilename string
deleteWhileBuilding bool
return void