메소드 | 설명 | |
---|---|---|
BuildPartition ( string partitionBinFilename, string mainDolFilename, string appLoaderImgFilename, string bi2BinFilename, string bootBinFilename, string sourceDirectory, string partitionFilename, bool deleteWhileBuilding ) : void |
메소드 | 설명 | |
---|---|---|
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, |
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 | |
리턴 | void |