Method | Description | |
---|---|---|
DecryptHeaderBytes ( byte buf ) : byte | ||
DecryptHeaderBytes ( byte buf ) : byte[] | ||
HeaderSize ( int numFiles ) : uint | ||
ReadHeader ( string path ) : List |
||
VerifyHeader ( string path ) : bool | ||
WriteHeader ( Stream stream, List |
||
WriteRLEHeader ( Stream stream, MetaIWriteList data ) : void |
Method | Description | |
---|---|---|
ByteArrayCompare ( this a1, byte a2 ) : bool |
public static DecryptHeaderBytes ( byte buf ) : byte | ||
buf | byte | |
return | byte |
public static DecryptHeaderBytes ( byte buf ) : byte[] | ||
buf | byte | |
return | byte[] |
public static HeaderSize ( int numFiles ) : uint | ||
numFiles | int | |
return | uint |
public static ReadHeader ( string path ) : List |
||
path | string | |
return | List |
public static VerifyHeader ( string path ) : bool | ||
path | string | |
return | bool |
public static WriteHeader ( Stream stream, List |
||
stream | Stream | |
files | List |
|
sizes | uint | |
metadata | object | |
return | void |
public static WriteRLEHeader ( Stream stream, MetaIWriteList data ) : void | ||
stream | Stream | |
data | MetaIWriteList | |
return | void |